C# Class Akka.Interfaced.SlimServer.IActorBoundChannelObserver_PayloadTable.ChannelClose_Invoke

Inheritance: IInterfacedPayload, IInvokable
Mostrar archivo Open project: SaladLab/Akka.Interfaced Class Usage Examples

Public Properties

Property Type Description
channel Akka.Interfaced.SlimServer.IActorBoundChannel
tag object

Public Methods

Method Description
GetInterfaceType ( ) : Type
Invoke ( object __target ) : void

Method Details

GetInterfaceType() public method

public GetInterfaceType ( ) : Type
return System.Type

Invoke() public method

public Invoke ( object __target ) : void
__target object
return void

Property Details

channel public_oe property

public Akka.Interfaced.SlimServer.IActorBoundChannel channel
return Akka.Interfaced.SlimServer.IActorBoundChannel

tag public_oe property

public object tag
return object