ActivityExecutionStatusChangedEventArgs.ToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a String representing the current instance.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Returns
A String representing the current instance.
Remarks
Contains the following strings in the order of description:
The QualifiedName of the originating Activity.
The ActivityExecutionStatus as an enumeration converted to string, of the originating Activity.
The ActivityExecutionResult as an enumeration converted to string, of the originating Activity.