UserEventRequest.CreateResponse Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
CreateResponse(BinaryData, WebPubSubDataType) |
Crie UserEventResponse. |
CreateResponse(String, WebPubSubDataType) |
Crie UserEventResponse. |
CreateResponse(BinaryData, WebPubSubDataType)
- Origem:
- UserEventRequest.cs
- Origem:
- UserEventRequest.cs
Crie UserEventResponse.
public static Microsoft.Azure.Functions.Worker.UserEventResponse CreateResponse(BinaryData data, Microsoft.Azure.Functions.Worker.WebPubSubDataType dataType);
static member CreateResponse : BinaryData * Microsoft.Azure.Functions.Worker.WebPubSubDataType -> Microsoft.Azure.Functions.Worker.UserEventResponse
Public Shared Function CreateResponse (data As BinaryData, dataType As WebPubSubDataType) As UserEventResponse
Parâmetros
- data
- BinaryData
Mensagem BinaryData para retornar o chamador.
- dataType
- WebPubSubDataType
Mensagem WebPubSubDataType.
Retornos
Uma resposta de mensagem para retornar o chamador.
Aplica-se a
CreateResponse(String, WebPubSubDataType)
- Origem:
- UserEventRequest.cs
- Origem:
- UserEventRequest.cs
Crie UserEventResponse.
public static Microsoft.Azure.Functions.Worker.UserEventResponse CreateResponse(string data, Microsoft.Azure.Functions.Worker.WebPubSubDataType dataType = Microsoft.Azure.Functions.Worker.WebPubSubDataType.Text);
static member CreateResponse : string * Microsoft.Azure.Functions.Worker.WebPubSubDataType -> Microsoft.Azure.Functions.Worker.UserEventResponse
Public Shared Function CreateResponse (data As String, Optional dataType As WebPubSubDataType = Microsoft.Azure.Functions.Worker.WebPubSubDataType.Text) As UserEventResponse
Parâmetros
- data
- String
Mensagem de cadeia de caracteres para retornar o chamador.
- dataType
- WebPubSubDataType
Mensagem WebPubSubDataType, padrão como Texto.
Retornos
Uma resposta de mensagem para retornar o chamador.
Aplica-se a
Azure SDK for .NET