C# Class SlimHttp.Interface.ICalculator_PayloadTable.Sum_Invoke

Inheritance: IInterfacedPayload, IAsyncInvokable
Show file Open project: SaladLab/Akka.Interfaced

Public Properties

Property Type Description
a int
b int

Public Methods

Method Description
GetInterfaceType ( ) : Type
InvokeAsync ( object __target ) : Task

Method Details

GetInterfaceType() public method

public GetInterfaceType ( ) : Type
return System.Type

InvokeAsync() public method

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

Property Details

a public property

public int a
return int

b public property

public int b
return int