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(ArraySegment<byte> messageHeaders, System.Collections.Generic.IEnumerable<ArraySegment<byte>> requestBody);
[<System.ServiceModel.OperationContract(IsOneWay=true)>]
abstract member OneWayMessage : ArraySegment<byte> * seq<ArraySegment<byte>> -> unit
Public Sub OneWayMessage (messageHeaders As ArraySegment(Of Byte), requestBody As IEnumerable(Of ArraySegment(Of Byte)))
Parameters
- messageHeaders
- ArraySegment<Byte>
Message Headers contains the information needed to deserialize request and to dispatch message to the service.
- requestBody
- IEnumerable<ArraySegment<Byte>>
Message Body contains a serialized message
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET