StatusHistoryRecord Class

 

Represents the status history record.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

System.Object
  Microsoft.Workflow.Client.StatusHistoryRecord

<DataContractAttribute(Namespace := "http://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class StatusHistoryRecord

NameDescription
System_CAPS_pubmethodStatusHistoryRecord()

Initializes a new instance of the StatusHistoryRecord class.

NameDescription
System_CAPS_pubpropertyCreationTime

Gets the creation time of the record.

System_CAPS_pubpropertyInstanceName

Gets the instance name for this record.

System_CAPS_pubpropertyMessage

Gets the status message.

System_CAPS_pubpropertyRecordNumber

Gets the record number.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: