Interface IProtoClientInitializer<TClient>
Defines a client initializer for a specific client type.
public interface IProtoClientInitializer<TClient> : IProtoClientInitializer where TClient : class
Type Parameters
TClientThe type under which the client is registered in the execution context.
- Inherited Members
- Extension Methods