Aracılığıyla paylaş


NodeTransitionProgress.ToString Method

Definition

Returns a string representation of the contained information

public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A string that has State, InvokeDataLossResult, and Exception information. State is always presnt; but depending on State, the Result and the Exception may not be present.

Applies to