LogicalMethodTypes 列挙体とは? わかりやすく解説

LogicalMethodTypes 列挙体

XML Web サービス メソッド呼び出す方法指定します

名前空間: System.Web.Services.Protocols
アセンブリ: System.Web.Services (system.web.services.dll 内)
構文構文

Public Enumeration LogicalMethodTypes
Dim instance As LogicalMethodTypes
public enum LogicalMethodTypes
public enum class LogicalMethodTypes
public enum LogicalMethodTypes
public enum LogicalMethodTypes
メンバメンバ
使用例使用例
' Create a synchronous 'LogicalMethodInfo' instance.
Dim myLogicalMethodInfo As LogicalMethodInfo
 = _
           LogicalMethodInfo.Create(New MethodInfo() {myMethodInfo},
 LogicalMethodTypes.Sync)(0)
// Create a synchronous 'LogicalMethodInfo' instance.
LogicalMethodInfo myLogicalMethodInfo = 
   (LogicalMethodInfo.Create(new MethodInfo[] {myMethodInfo},
 
                             LogicalMethodTypes.Sync))[0];
// Create a synchronous 'LogicalMethodInfo' instance.
array<MethodInfo^>^temparray = {myMethodInfo};
LogicalMethodInfo^ myLogicalMethodInfo = (LogicalMethodInfo::Create( temparray, LogicalMethodTypes::Sync
 ))[ 0 ];
// Create a synchronous 'LogicalMethodInfo' instance.
LogicalMethodInfo myLogicalMethodInfo = 
    (LogicalMethodInfo)LogicalMethodInfo.Create(new MethodInfo[]
 
    { myMethodInfo }, LogicalMethodTypes.Sync).get_Item(0);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
System.Web.Services.Protocols 名前空間
LogicalMethodInfo クラス


このページでは「.NET Framework クラス ライブラリ リファレンス」からLogicalMethodTypes 列挙体を検索した結果を表示しています。
Weblioに収録されているすべての辞書からLogicalMethodTypes 列挙体を検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からLogicalMethodTypes 列挙体 を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

LogicalMethodTypes 列挙体のお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



LogicalMethodTypes 列挙体のページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS