WorkflowWebService クラス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

すべてのワークフロー Web サービスの基本クラスを表します。

public ref class WorkflowWebService abstract : System::Web::Services::WebService
public abstract class WorkflowWebService : System.Web.Services.WebService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public abstract class WorkflowWebService : System.Web.Services.WebService
type WorkflowWebService = class
    inherit WebService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowWebService = class
    inherit WebService
Public MustInherit Class WorkflowWebService
Inherits WebService
継承
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

コンストラクター

WorkflowWebService(Type)
古い.

派生クラスとして実装された場合、WorkflowWebService クラスの新しいインスタンスを初期化します。

プロパティ

Application
古い.

現在の HTTP 要求に対するアプリケーション オブジェクトを取得します。

(継承元 WebService)
Container
古い.

コンポーネントを格納するコンテナーを取得します。

(継承元 MarshalByValueComponent)
Context
古い.

現在の要求に対する ASP.NET HttpContext を取得します。これには、HTTP サーバーが Web 要求を処理するために使用するすべての HTTP 固有のコンテキストがカプセル化されています。

(継承元 WebService)
DesignMode
古い.

コンポーネントが現在デザイン モードかどうかを示す値を取得します。

(継承元 MarshalByValueComponent)
Events
古い.

コンポーネントに結び付けられているイベント ハンドラーのリストを取得します。

(継承元 MarshalByValueComponent)
Server
古い.

現在の要求に対する HttpServerUtility を取得します。

(継承元 WebService)
Session
古い.

現在の要求に対する HttpSessionState インスタンスを取得します。

(継承元 WebService)
Site
古い.

コンポーネントのサイトを取得します。値の設定も可能です。

(継承元 MarshalByValueComponent)
SoapVersion
古い.

XML Web サービスに対して SOAP 要求を行うために使用する SOAP プロトコルのバージョンを取得します。

(継承元 WebService)
User
古い.

ASP.NET サーバーの User オブジェクトを取得します。 要求を実行する権限がユーザーに与えられているかどうかを認証するために使用できます。

(継承元 WebService)
WorkflowRuntime
古い.

ワークフローを実行する現在の WorkflowRuntime にアクセスします。

メソッド

Dispose()
古い.

MarshalByValueComponent によって使用されているすべてのリソースを解放します。

(継承元 MarshalByValueComponent)
Dispose(Boolean)
古い.

MarshalByValueComponent によって使用されているアンマネージド リソースを解放し、オプションでマネージド リソースも解放します。

(継承元 MarshalByValueComponent)
Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetService(Type)
古い.

IServiceProvider を実装しているオブジェクトを取得します。

(継承元 MarshalByValueComponent)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
Invoke(Type, String, Boolean, Object[])
古い.

関連付けられたワークフローを呼び出して、応答を取得します。

MemberwiseClone()
古い.

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

Component の名前 (存在する場合) を格納する String を返します。 このメソッドはオーバーライドできません。

(継承元 MarshalByValueComponent)

イベント

Disposed
古い.

コンポーネントの Disposed イベントを待機するイベント ハンドラーを追加します。

(継承元 MarshalByValueComponent)

適用対象