ChatClientBuilderServiceCollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for registering IChatClient with a IServiceCollection.
public ref class ChatClientBuilderServiceCollectionExtensions abstract sealed
public static class ChatClientBuilderServiceCollectionExtensions
type ChatClientBuilderServiceCollectionExtensions = class
Public Module ChatClientBuilderServiceCollectionExtensions
- Inheritance
-
ChatClientBuilderServiceCollectionExtensions
Methods
AddChatClient(IServiceCollection, Func<IServiceProvider,IChatClient>) |
Registers a singleton IChatClient in the IServiceCollection. |
AddChatClient(IServiceCollection, IChatClient) |
Registers a singleton IChatClient in the IServiceCollection. |
AddKeyedChatClient(IServiceCollection, Object, Func<IServiceProvider,IChatClient>) |
Registers a keyed singleton IChatClient in the IServiceCollection. |
AddKeyedChatClient(IServiceCollection, Object, IChatClient) |
Registers a keyed singleton IChatClient in the IServiceCollection. |
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.