Home
last modified time | relevance | path

Searched defs:CompletionQueueEvent (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueEvent.cs28 internal struct CompletionQueueEvent struct
30 static readonly NativeMethods Native = NativeMethods.Get();
32 public CompletionType type;
33 public int success;
34 public IntPtr tag;
36 internal static int NativeSize
47 internal enum CompletionType