Message in Japanese (日本語)
型 <var>Type Name</var> のメソッド <var>Method name</var> の非同期 Begin メソッド シグネチャが無効です。begin メソッドには最後の 2 つの引数として AsyncCallback とオブジェクトが必要で、IAsyncResult を返す必要があります。
Unlocalized message
Invalid async Begin method signature for method <var>Method name</var> in type <var>Type Name</var>. Your begin method must take an AsyncCallback and an object as the last two arguments and return an IAsyncResult.
Search by Google