C# Class Flood.Remoting.RemotingDelegateProxy

Inheritance: RemotingDelegate
显示文件 Open project: FloodProject/flood

Public Methods

Method Description
CreateCall ( ) : Message.DelegateCall
DispatchCall ( Message call ) : Task

Protected Methods

Method Description
RemotingDelegateProxy ( ) : System
SetDelegate ( Delegate @delegate ) : void

Private Methods

Method Description
ProcessReply ( Message reply ) : void

Method Details

CreateCall() public method

public CreateCall ( ) : Message.DelegateCall
return Message.DelegateCall

DispatchCall() public method

public DispatchCall ( Message call ) : Task
call Message
return Task

RemotingDelegateProxy() protected method

protected RemotingDelegateProxy ( ) : System
return System

SetDelegate() protected method

protected SetDelegate ( Delegate @delegate ) : void
@delegate System.Delegate
return void