C# Class Akka.Interfaced.TestKit.Tests.IUserObserver_PayloadTable.Say_Invoke

Inheritance: IInterfacedPayload, IInvokable
Datei anzeigen Open project: SaladLab/Akka.Interfaced Class Usage Examples

Public Properties

Property Type Description
message string

Public Methods

Method Description
GetInterfaceType ( ) : Type
Invoke ( object __target ) : void

Method Details

GetInterfaceType() public method

public GetInterfaceType ( ) : Type
return System.Type

Invoke() public method

public Invoke ( object __target ) : void
__target object
return void

Property Details

message public_oe property

public string message
return string