WorkflowManagementClient コンストラクター

 

WorkflowManagementClient クラスの新しいインスタンスを初期化します。

名前空間:   Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)

オーバーロードの一覧

名前 説明
System_CAPS_pubmethod WorkflowManagementClient(String)

スコープの URI を使用して WorkflowManagementClient クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod WorkflowManagementClient(Uri)

スコープの URI を使用して WorkflowManagementClient クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod WorkflowManagementClient(Uri, ClientSettings)

スコープ URI と設定を使用して WorkflowManagementClient クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod WorkflowManagementClient(Uri, ClientSettings, WorkflowNotificationPublisher)

スコープ URI、設定、および通知パブリッシャーを使用して WorkflowManagementClient クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod WorkflowManagementClient(Uri, ICredentials)

スコープ URI とユーザー資格情報を使用して WorkflowManagementClient クラスの新しいインスタンスを初期化します。

参照

WorkflowManagementClient クラス
Microsoft.Workflow.Client 名前空間

トップに戻る

WorkflowManagementClient コンストラクター (String)

スコープの URI を使用して WorkflowManagementClient クラスの新しいインスタンスを初期化します。

構文

public WorkflowManagementClient(
    string scopeUri
)
public:
WorkflowManagementClient(
    String^ scopeUri
)
new : 
        scopeUri:string -> WorkflowManagementClient
Public Sub New (
    scopeUri As String
)

パラメーター

トップに戻る

WorkflowManagementClient コンストラクター (Uri)

スコープの URI を使用して WorkflowManagementClient クラスの新しいインスタンスを初期化します。

構文

public WorkflowManagementClient(
    Uri scopeUri
)
public:
WorkflowManagementClient(
    Uri^ scopeUri
)
new : 
        scopeUri:Uri -> WorkflowManagementClient
Public Sub New (
    scopeUri As Uri
)

パラメーター

  • scopeUri
    Type: System.Uri

    ルート スコープのサーバー (完全修飾ドメイン名) の URI、または特定のスコープにアクセスするためのスコープ パスを持つフル スコープ URI。

トップに戻る

WorkflowManagementClient コンストラクター (Uri, ClientSettings)

スコープ URI と設定を使用して WorkflowManagementClient クラスの新しいインスタンスを初期化します。

構文

public WorkflowManagementClient(
    Uri scopeUri,
    ClientSettings settings
)
public:
WorkflowManagementClient(
    Uri^ scopeUri,
    ClientSettings^ settings
)
new : 
        scopeUri:Uri *
        settings:ClientSettings -> WorkflowManagementClient
Public Sub New (
    scopeUri As Uri,
    settings As ClientSettings
)

パラメーター

  • scopeUri
    Type: System.Uri

    ルート スコープのサーバー (完全修飾ドメイン名) の URI、または特定のスコープにアクセスするためのスコープ パスを持つフル スコープ URI。

トップに戻る

WorkflowManagementClient コンストラクター (Uri, ClientSettings, WorkflowNotificationPublisher)

スコープ URI、設定、および通知パブリッシャーを使用して WorkflowManagementClient クラスの新しいインスタンスを初期化します。

構文

public WorkflowManagementClient(
    Uri scopeUri,
    ClientSettings settings,
    WorkflowNotificationPublisher publisher
)
public:
WorkflowManagementClient(
    Uri^ scopeUri,
    ClientSettings^ settings,
    WorkflowNotificationPublisher^ publisher
)
new : 
        scopeUri:Uri *
        settings:ClientSettings *
        publisher:WorkflowNotificationPublisher -> WorkflowManagementClient
Public Sub New (
    scopeUri As Uri,
    settings As ClientSettings,
    publisher As WorkflowNotificationPublisher
)

パラメーター

  • scopeUri
    Type: System.Uri

    ルート スコープのサーバー (完全修飾ドメイン名) の URI、または特定のスコープにアクセスするためのスコープ パスを持つフル スコープ URI。

トップに戻る

WorkflowManagementClient コンストラクター (Uri, ICredentials)

スコープ URI とユーザー資格情報を使用して WorkflowManagementClient クラスの新しいインスタンスを初期化します。

構文

public WorkflowManagementClient(
    Uri scopeUri,
    ICredentials credentials
)
public:
WorkflowManagementClient(
    Uri^ scopeUri,
    ICredentials^ credentials
)
new : 
        scopeUri:Uri *
        credentials:ICredentials -> WorkflowManagementClient
Public Sub New (
    scopeUri As Uri,
    credentials As ICredentials
)

パラメーター

  • scopeUri
    Type: System.Uri

    URI のスコープ。

トップに戻る