C# Class Akka.Interfaced.TestKit.Tests.IUserLogin_PayloadTable.Login_Invoke

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

Méthodes publiques

Свойство Type Description
id string
observer Akka.Interfaced.TestKit.Tests.IUserObserver
password string

Méthodes publiques

Méthode Description
GetInterfaceType ( ) : Type
IPayloadObserverUpdatable ( Action updater ) : void
InvokeAsync ( object __target ) : Task

Method Details

GetInterfaceType() public méthode

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

IPayloadObserverUpdatable() public méthode

public IPayloadObserverUpdatable ( Action updater ) : void
updater Action
Résultat void

InvokeAsync() public méthode

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

Property Details

id public_oe property

public string id
Résultat string

observer public_oe property

public Akka.Interfaced.TestKit.Tests.IUserObserver observer
Résultat Akka.Interfaced.TestKit.Tests.IUserObserver

password public_oe property

public string password
Résultat string