protected override void OnEndFind(IAsyncResult result)
 {
     FindAsyncResult.End(result);
 }
Exemplo n.º 2
0
        public static void End(IAsyncResult result)
        {
            FindAsyncResult thisPtr = AsyncResult.End <FindAsyncResult>(result);

            thisPtr.discoveryClient.Close();
        }