WorkflowWebService(Type) Constructor

Definition

When implemented in a derived class, initializes a new instance of the WorkflowWebService class.

protected:
 WorkflowWebService(Type ^ workflowType);
protected WorkflowWebService (Type workflowType);
new System.Workflow.Activities.WorkflowWebService : Type -> System.Workflow.Activities.WorkflowWebService
Protected Sub New (workflowType As Type)

Parameters

workflowType
Type

The Type of the workflow.

Applies to