InvokeOperation.Result プロパティ
この操作の DomainClientResult を取得します。
名前空間: System.ServiceModel.DomainServices.Client
アセンブリ: System.ServiceModel.DomainServices.Client (system.servicemodel.domainservices.client.dll 内)
使用方法
'使用
Dim value As DomainClientResult
value = Me.Result
構文
'宣言
Protected ReadOnly Property Result As DomainClientResult
protected DomainClientResult Result { get; }
protected:
property DomainClientResult^ Result {
DomainClientResult^ get ();
}
/** @property */
protected DomainClientResult get_Result ()
protected function get Result () : DomainClientResult
プロパティ値
この操作の結果を表すオブジェクト。
スレッド セーフ
この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000
ターゲット プラットフォーム
参照
リファレンス
InvokeOperation クラス
InvokeOperation のメンバー
System.ServiceModel.DomainServices.Client 名前空間