C# Class Akka.Interfaced.SlimSocket.IGreeterWithObserver_PayloadTable.Unsubscribe_Invoke

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

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