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

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