Click or drag to resize

IntegrationCreateIntegrationServiceArgumentsTIntegrationServiceArguments Method

Creates an instance of TIntegrationServiceArguments class.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public TIntegrationServiceArguments CreateIntegrationServiceArguments<TIntegrationServiceArguments>()
where TIntegrationServiceArguments : IIntegrationServiceArguments

Type Parameters

TIntegrationServiceArguments
The type that derives from the IntegrationServiceArguments class.

Return Value

Type: TIntegrationServiceArguments
An instance of TIntegrationServiceArguments class.
See Also