Beispiel #1
0
 public static void DestroyProviderContext(
     IntPtr sessionHandle,
     Guid contextId)
 {
     AssertSuccess(() => PInvoke.DestroyProviderContext(
                       sessionHandle,
                       ref contextId));
 }