C# Class SuperSocket.ProtoBase.ProcessResult

The pipeline data processing result
Afficher le fichier Open project: kerryjiang/SuperSocket Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ProcessState state ) : ProcessResult

Creates a processing result with the specified state.

Create ( ProcessState state, IList packages ) : ProcessResult

Creates a processing result with the specified state.

Create ( ProcessState state, string message ) : ProcessResult

Creates a processing result with the specified state.

Create ( ProcessState state, string message, IList packages ) : ProcessResult

Creates a processing result with the specified state.

Method Details

Create() public static méthode

Creates a processing result with the specified state.
public static Create ( ProcessState state ) : ProcessResult
state ProcessState The state.
Résultat ProcessResult

Create() public static méthode

Creates a processing result with the specified state.
public static Create ( ProcessState state, IList packages ) : ProcessResult
state ProcessState The state.
packages IList The packages which were processed in this round.
Résultat ProcessResult

Create() public static méthode

Creates a processing result with the specified state.
public static Create ( ProcessState state, string message ) : ProcessResult
state ProcessState The state.
message string The message.
Résultat ProcessResult

Create() public static méthode

Creates a processing result with the specified state.
public static Create ( ProcessState state, string message, IList packages ) : ProcessResult
state ProcessState The state.
message string The message.
packages IList The packages which were processed in this round.
Résultat ProcessResult