public static void End(IAsyncResult result) { AsyncResultProxy.End <OnFindAsyncResult>(result); }
public static EndpointDiscoveryMetadata End(IAsyncResult result) { OnResolveAsyncResult thisPtr = AsyncResultProxy.End <OnResolveAsyncResult>(result); return(thisPtr.matchingEndpoint); }
public static void End(IAsyncResult result) { AsyncResultProxy.End <OnOfflineAnnouncementAsyncResult>(result); }