Invokes the specified service operation.
Namespace: HotDocs.Sdk.DataServicesAssembly: HotDocs.Sdk.DataServices (in HotDocs.Sdk.DataServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- serviceOperation
- Type:
System.Data.Services.Providers ServiceOperation
The service operation to invoke.
- parameters
- Type:
System Object
The parameters for the service operation. Their types will match the types of the declared parameters for the service operation.
Return Value
Type:
The result of the service operation. If the service operation is declared to return void, this method should return null. Otherwise the method should return object of the type declared as the return type for the service operation.
Implements

See Also