Beispiel #1
0
 public static void End(IAsyncResult result)
 {
     AsyncResultProxy.End <OnFindAsyncResult>(result);
 }
Beispiel #2
0
        public static EndpointDiscoveryMetadata End(IAsyncResult result)
        {
            OnResolveAsyncResult thisPtr = AsyncResultProxy.End <OnResolveAsyncResult>(result);

            return(thisPtr.matchingEndpoint);
        }
Beispiel #3
0
 public static void End(IAsyncResult result)
 {
     AsyncResultProxy.End <OnOfflineAnnouncementAsyncResult>(result);
 }