Click or drag to resize
ProxyServerConnectionPolicyService Method

Namespace: Innovator.Client.Connection
Assembly: 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
)

Parameters

type
Type: SystemString
userId
Type: SystemString
database
Type: SystemString
async
Type: SystemBoolean

Return Value

Type: IPromiseIHttpResponse
See Also