ServerMessageEventArgs.CompletedSuccessfully Property

Definition

Gets true if execution was successful, false if there was an exception.

public:
 property bool CompletedSuccessfully { bool get(); };
public bool CompletedSuccessfully { get; }
member this.CompletedSuccessfully : bool
Public ReadOnly Property CompletedSuccessfully As Boolean

Property Value

True if the execution succeeded. Otherwise, false.

Implements

Applies to