ProxyServerConnectionPolicyService Method |
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public IPromise<IHttpResponse> PolicyService(
string type,
string userId,
string database,
bool async
)
Public Function PolicyService (
type As String,
userId As String,
database As String,
async As Boolean
) As IPromise(Of IHttpResponse)
Parameters
- type
- Type: SystemString
- userId
- Type: SystemString
- database
- Type: SystemString
- async
- Type: SystemBoolean
Return Value
Type:
IPromiseIHttpResponseSee Also