CobraServicesCreateServiceOperationsTServiceOperations Method |
Creates an instance of TServiceOperations class.
Namespace:
Cobra.WebService.ClientAPI.Client
Assembly:
Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntaxpublic TServiceOperations CreateServiceOperations<TServiceOperations>()
where TServiceOperations : ServiceOperations
Type Parameters
- TServiceOperations
- The type that derives from ServiceOperations class.
Return Value
Type:
TServiceOperationsAn instance of TServiceOperations class.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown when the state of the current CobraServices is not in opened state. |
See Also