Click or drag to resize

ClientFactoryCreateFactoryTClient Method

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.WCF
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static ChannelFactory<TClient> CreateFactory<TClient>(
	IDataObject instance,
	OPSClientType clientType,
	Nullable<TimeSpan> timeOut = null
)

Parameters

instance
Type: Omada.OE.Model.PublicIDataObject
clientType
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFOPSClientType
timeOut (Optional)
Type: SystemNullableTimeSpan

Type Parameters

TClient

Return Value

Type: ChannelFactoryTClient
See Also