Exemple #1
0
 private NetworkList GetNetworkListAsyncEndWrapper(NativeCommon.IFabricAsyncOperationContext context)
 {
     return(NetworkList.CreateFromNativeListResult(this.nativeNetworkManagementClient.EndGetNetworkList(context)));
 }