Language

AzureMessagingWebPubSubChatContext Class

Definition

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md

[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.GenerateClientTokenResponse))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.PagedChatMessage))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.PagedChatRole))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.PagedChatRoomMember))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.UnknownWebPubSubChatUser))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatConversation))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatMessage))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatMessageContent))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatRole))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatRoom))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatRoomMember))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatUser))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubHumanChatUser))]
public class AzureMessagingWebPubSubChatContext : System.ClientModel.Primitives.ModelReaderWriterContext
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.GenerateClientTokenResponse))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.PagedChatMessage))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.PagedChatRole))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.PagedChatRoomMember))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.UnknownWebPubSubChatUser))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatConversation))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatMessage))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatMessageContent))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatRole))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatRoom))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatRoomMember))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubChatUser))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Messaging.WebPubSub.Chat.WebPubSubHumanChatUser))>]
type AzureMessagingWebPubSubChatContext = class
    inherit ModelReaderWriterContext
Public Class AzureMessagingWebPubSubChatContext
Inherits ModelReaderWriterContext
Inheritance
AzureMessagingWebPubSubChatContext
Attributes

Properties

Name Description
Default

Gets the default instance

Methods

Name Description
GetTypeBuilder(Type)

Gets a ModelReaderWriterTypeBuilder for the given Type to allow ModelReaderWriter to work with AOT.

(Inherited from ModelReaderWriterContext)
TryGetTypeBuilder(Type, ModelReaderWriterTypeBuilder)

Tries to gets a ModelReaderWriterTypeBuilder for the given Type to allow ModelReaderWriter to work with AOT.

(Inherited from ModelReaderWriterContext)
TryGetTypeBuilderCore(Type, ModelReaderWriterTypeBuilder)

Tries to gets a ModelReaderWriterTypeBuilder for the given Type to allow ModelReaderWriter to work with AOT.

Applies to