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

Inheritance: IInterfacedPayload, IAsyncInvokable
Show file Open project: SaladLab/Akka.Interfaced

Public Properties

Property Type Description
actor Akka.Actor.IActorRef
bindingFlags Akka.Interfaced.SlimServer.ActorBindingFlags
tag object
types Akka.Interfaced.SlimServer.TaggedType[]

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 property

public IActorRef,Akka.Actor actor
return Akka.Actor.IActorRef

bindingFlags public property

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

tag public property

public object tag
return object

types public property

public Akka.Interfaced.SlimServer.TaggedType[] types
return Akka.Interfaced.SlimServer.TaggedType[]