LogToHistory Constructor

 

Initializes a new instance of the LogToHistory class.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

NameDescription
System_CAPS_pubmethodLogToHistory()

Initializes a new instance of the LogToHistory class.

System_CAPS_pubmethodLogToHistory(InArgument(Of String))

Initializes a new instance of the LogToHistory class.

Return to top

LogToHistory Constructor ()

Initializes a new instance of the LogToHistory class.

Public Sub New
Return to top

LogToHistory Constructor (InArgument(Of String))

Initializes a new instance of the LogToHistory class.

Public Sub New (
	message As InArgument(Of String)
)

Parameters

message
Type: System.Activities.InArgument(Of String)

The log message.

Return to top
Show: