C# Class Domain.IGamePairMaker_PayloadTable.RegisterPairing_Invoke

Inheritance: IInterfacedPayload, IAsyncInvokable, IPayloadObserverUpdatable
Afficher le fichier Open project: SaladLab/TicTacToe

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