WorkflowStartInfo Class

Obsolete

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.WorkflowStartParameters
    Microsoft.Workflow.Client.WorkflowStartInfo

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

Syntax

'Declaration
<DataContractAttribute(Name := "WorkflowStartInfo", Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities")> _
Public NotInheritable Class WorkflowStartInfo _
    Inherits WorkflowStartParameters
'Usage
Dim instance As WorkflowStartInfo
[DataContractAttribute(Name = "WorkflowStartInfo", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public sealed class WorkflowStartInfo : WorkflowStartParameters
[DataContractAttribute(Name = L"WorkflowStartInfo", Namespace = L"https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public ref class WorkflowStartInfo sealed : public WorkflowStartParameters
[<SealedAttribute>]
[<DataContractAttribute(Name = "WorkflowStartInfo", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")>]
type WorkflowStartInfo =  
    class 
        inherit WorkflowStartParameters 
    end
public final class WorkflowStartInfo extends WorkflowStartParameters

The WorkflowStartInfo type exposes the following members.

Constructors

  Name Description
Public method WorkflowStartInfo Initializes a new instance of the WorkflowStartInfo class.

Top

Properties

  Name Description
Public property ActivationParameters Gets or sets ActivationParameters. (Inherited from WorkflowStartParameters.)
Public property Content Gets Content dictionary. (Inherited from WorkflowStartParameters.)
Public property SecurityTokens Gets SecurityTokens collection. (Inherited from WorkflowStartParameters.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.Workflow.Client Namespace