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

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

Public Properties

Property Type Description
id string
observer Akka.Interfaced.TestKit.Tests.IUserObserver
password string

Public Methods

Method Description
GetInterfaceType ( ) : Type
IPayloadObserverUpdatable ( Action updater ) : void
InvokeAsync ( object __target ) : Task

Method Details

GetInterfaceType() public method

public GetInterfaceType ( ) : Type
return System.Type

IPayloadObserverUpdatable() public method

public IPayloadObserverUpdatable ( Action updater ) : void
updater Action
return void

InvokeAsync() public method

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

Property Details

id public_oe property

public string id
return string

observer public_oe property

public Akka.Interfaced.TestKit.Tests.IUserObserver observer
return Akka.Interfaced.TestKit.Tests.IUserObserver

password public_oe property

public string password
return string