LogToHistory Constructor

 

Initializes a new instance of the LogToHistory class.

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

Overload List

Name Description
System_CAPS_pubmethod LogToHistory()

Initializes a new instance of the LogToHistory class.

System_CAPS_pubmethod LogToHistory(InArgument<String>)

Initializes a new instance of the LogToHistory class.

See Also

LogToHistory Class
Microsoft.Activities Namespace

Return to top

LogToHistory Constructor ()

Initializes a new instance of the LogToHistory class.

Syntax

public LogToHistory()
public:
LogToHistory()
new : unit -> LogToHistory
Public Sub New

Return to top

LogToHistory Constructor (InArgument<String>)

Initializes a new instance of the LogToHistory class.

Syntax

public LogToHistory(
    InArgument<string> message
)
public:
LogToHistory(
    InArgument<String^>^ message
)
new : 
        message:InArgument<string> -> LogToHistory
Public Sub New (
    message As InArgument(Of String)
)

Parameters

Return to top