IServiceRemotingContract.OneWayMessage Method
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.
Sends a one way message to the client.
[System.ServiceModel.OperationContract(IsOneWay=true)]
public void OneWayMessage (Microsoft.ServiceFabric.Services.Remoting.V1.ServiceRemotingMessageHeaders messageHeaders, byte[] requestBody);
[<System.ServiceModel.OperationContract(IsOneWay=true)>]
abstract member OneWayMessage : Microsoft.ServiceFabric.Services.Remoting.V1.ServiceRemotingMessageHeaders * byte[] -> unit
Public Sub OneWayMessage (messageHeaders As ServiceRemotingMessageHeaders, requestBody As Byte())
Parameters
- messageHeaders
- Microsoft.ServiceFabric.Services.Remoting.V1.ServiceRemotingMessageHeaders
Message Headers contains the information needed to deserialize request and to dispatch message to the service.
- requestBody
- Byte[]
Message Body contains a serialized message.
- Attributes
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET