Click or drag to resize

CobraServicesCreateServiceOperationsTServiceOperations Method

Creates an instance of TServiceOperations class.

Namespace:  Cobra.WebService.ClientAPI.Client
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.3.715.2595 (8.3.0715.2595)
Syntax
C#
public TServiceOperations CreateServiceOperations<TServiceOperations>()
where TServiceOperations : ServiceOperations

Type Parameters

TServiceOperations
The type that derives from ServiceOperations class.

Return Value

Type: TServiceOperations
An instance of TServiceOperations class.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the state of the current CobraServices is not in opened state.
See Also