Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / EplClientCallBack Class
Members

In This Topic
    EplClientCallBack Class
    In This Topic
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.RemoteClient.EplClientCallBack

    Syntax
    [CallbackBehavior(ConcurrencyMode=ConcurrencyMode.Reentrant, 
       UseSynchronizationContext=false, 
       IncludeExceptionDetailInFaults=true)]
    internal class EplClientCallBack : Eplan.EplApi.Remoting.IEplanRemotingCallBack  
    [CallbackBehavior(ConcurrencyMode=ConcurrencyMode.Reentrant, 
       UseSynchronizationContext=false, 
       IncludeExceptionDetailInFaults=true)]
    internal ref class EplClientCallBack : public Eplan.EplApi.Remoting.IEplanRemotingCallBack  
    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodHandleError.  
    Public MethodProvideFault. This is a trivial implementation that converts Exception to FaultException.  
    Public MethodSendResponseToClient  
    Top
    See Also