C# Class Akka.Interfaced.SlimServer.IActorBoundGateway_PayloadTable.OpenChannel_2_Invoke

Inheritance: IInterfacedPayload, IAsyncInvokable
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Properties

Property Type Description
actor Akka.Interfaced.InterfacedActorRef
bindingFlags Akka.Interfaced.SlimServer.ActorBindingFlags
tag object

Public Methods

Method Description
GetInterfaceType ( ) : Type
InvokeAsync ( object __target ) : Task

Method Details

GetInterfaceType() public method

public GetInterfaceType ( ) : Type
return System.Type

InvokeAsync() public method

public InvokeAsync ( object __target ) : Task
__target object
return Task

Property Details

actor public_oe property

public InterfacedActorRef,Akka.Interfaced actor
return Akka.Interfaced.InterfacedActorRef

bindingFlags public_oe property

public Akka.Interfaced.SlimServer.ActorBindingFlags bindingFlags
return Akka.Interfaced.SlimServer.ActorBindingFlags

tag public_oe property

public object tag
return object