Click or drag to resize
RESTSecurityInvokerInvokeEnd Method
Not implemented method.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 10.0.0
Syntax
C#
public Object InvokeEnd(
	Object instance,
	out Object[] outputs,
	IAsyncResult result
)

Parameters

instance
Type: SystemObject
Instance object
outputs
Type: SystemObject
List of outputs
result
Type: SystemIAsyncResult
Result object

Return Value

Type: Object

Implements

IOperationInvokerInvokeEnd(Object, Object, IAsyncResult)
See Also