C# Class Domain.IGame_PayloadTable.Join_Invoke

Inheritance: IInterfacedPayload, IAsyncInvokable, IPayloadObserverUpdatable
显示文件 Open project: SaladLab/TicTacToe

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