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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.