このページはまだお使いの言語で利用できません。別の言語版を表示しています。
Adapter initialization Yahoo
The code below demonstrates how to initialize the YahooMessageAdapter and send it to Connector.
var messageAdapter = new YahooMessageAdapter(Connector.TransactionIdGenerator);
Connector.Adapter.InnerAdapters.Add(messageAdapter);
...