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

Inheritance: IInterfacedPayload, IAsyncInvokable
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Свойство Type Description
actor Akka.Actor.IActorRef
bindingFlags Akka.Interfaced.SlimServer.ActorBindingFlags
tag object
types Akka.Interfaced.SlimServer.TaggedType[]

Méthodes publiques

Méthode Description
GetInterfaceType ( ) : Type
InvokeAsync ( object __target ) : Task

Method Details

GetInterfaceType() public méthode

public GetInterfaceType ( ) : Type
Résultat System.Type

InvokeAsync() public méthode

public InvokeAsync ( object __target ) : Task
__target object
Résultat Task

Property Details

actor public_oe property

public IActorRef,Akka.Actor actor
Résultat Akka.Actor.IActorRef

bindingFlags public_oe property

public Akka.Interfaced.SlimServer.ActorBindingFlags bindingFlags
Résultat Akka.Interfaced.SlimServer.ActorBindingFlags

tag public_oe property

public object tag
Résultat object

types public_oe property

public Akka.Interfaced.SlimServer.TaggedType[] types
Résultat Akka.Interfaced.SlimServer.TaggedType[]