Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
asp.net Web APIからWCFサービスを非同期で呼び出すにはどうすればよいですか。
私は asyc を使用したくなく、Web API 関数でキーワークを待ちます。
同じソリューションを実装する他の方法はありますか。
サービス参照を追加すると、サービスを介して公開されるすべてのメソッドの BeginInvoke および EndInvoke メソッドを提供する非同期操作のコード生成を有効にして、それらを非同期的に呼び出すことができます。