private unsafe NodeContext GetNodeContextEndWrapper(NativeCommon.IFabricAsyncOperationContext context) { NativeRuntime.IFabricNodeContextResult2 nodeContextResult = NativeRuntime.FabricEndGetNodeContext(context); return(NodeContext.CreateFromNative(nodeContextResult)); }
private unsafe NodeContext GetNodeContextHelper() { NativeRuntime.IFabricNodeContextResult2 nodeContextResult = NativeRuntime.FabricGetNodeContext(); return(NodeContext.CreateFromNative(nodeContextResult)); }