Grpc.Shared.ObjectDisposedThrowHelper static class ObjectDisposedThrowHelper Documentation Code public static void ThrowIf(bool condition, object instance) Throws an ObjectDisposedException if the specified condition is true. public static void ThrowIf(bool condition, Type type) Throws an ObjectDisposedException if the specified condition is true.