Exemplo n.º 1
0
 /// <summary>
 /// This method is called after asynchronous call
 /// </summary>
 /// <param name="asyncResult">The result captured as the <see cref="IAsyncResult"/> instance.</param>
 private void MyAsyncCallback(IAsyncResult asyncResult)
 {
     m_asyncoperation_internal.EndInvoke(asyncResult);
 }