DSPResourceQueryProvider InvokeServiceOperationDel Delegate
Invokes a service operation handler.

Namespace: HotDocs.Sdk.DataServices
Assembly: HotDocs.Sdk.DataServices (in HotDocs.Sdk.DataServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public delegate Object InvokeServiceOperationDel(
	ServiceOperation serviceOperation,
	Object[] parameters
)

Parameters

serviceOperation
Type: OnlineSystem.Data.Services.Providers ServiceOperation
The service operation to invoke.
parameters
Type:  OnlineSystem Object 
Parameters to use when invoking the service operation.

Return Value

Type: OnlineObject
See Also