CorrelationToken Constructors
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.
Initializes a new instance of the CorrelationToken class.
Overloads
CorrelationToken() |
Initializes a new instance of the CorrelationToken class. |
CorrelationToken(String) |
Initializes a new instance of the CorrelationToken class using the name of the CorrelationToken. |
CorrelationToken()
Initializes a new instance of the CorrelationToken class.
public:
CorrelationToken();
public CorrelationToken ();
Public Sub New ()
Applies to
CorrelationToken(String)
Initializes a new instance of the CorrelationToken class using the name of the CorrelationToken.
public:
CorrelationToken(System::String ^ name);
public CorrelationToken (string name);
new System.Workflow.Runtime.CorrelationToken : string -> System.Workflow.Runtime.CorrelationToken
Public Sub New (name As String)
Parameters
- name
- String
The name of the CorrelationToken.