Click or drag to resize

IGatewayChannel Interface

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 interface IGatewayChannel : IGateway, 
	IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, 
	IDisposable

The IGatewayChannel type exposes the following members.

Methods
  NameDescription
Public methodCallWebService (Inherited from IGateway.)
Public methodCallWebServiceAsync (Inherited from IGateway.)
Public methodGetSystemSchema (Inherited from IGateway.)
Public methodGetSystemSchemaAsync (Inherited from IGateway.)
Public methodTestConnection (Inherited from IGateway.)
Public methodTestConnectionAsync (Inherited from IGateway.)
Top
See Also