C# Class Akka.Interfaced.SlimServer.IDummyWithTag_PayloadTable.CallWithTag_Invoke

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

Public Properties

Property Type Description
id string
param object

Public Methods

Method Description
GetInterfaceType ( ) : Type
IPayloadTagOverridable ( object value ) : void
InvokeAsync ( object __target ) : Task

Method Details

GetInterfaceType() public method

public GetInterfaceType ( ) : Type
return System.Type

IPayloadTagOverridable() public method

public IPayloadTagOverridable ( object value ) : void
value object
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

param public_oe property

public object param
return object