C# Class Akka.Persistence.ViewState

Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
ViewState ( string name, bool isRecoveryRunning, StateReceive stateReceive ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

ViewState() public method

public ViewState ( string name, bool isRecoveryRunning, StateReceive stateReceive ) : System
name string
isRecoveryRunning bool
stateReceive StateReceive
return System