IServiceRemotingCallbackContract.SendOneWay 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 SendOneWay (Microsoft.ServiceFabric.Services.Remoting.V1.ServiceRemotingMessageHeaders messageHeaders, byte[] requestBody);
[<System.ServiceModel.OperationContract(IsOneWay=true)>]
abstract member SendOneWay : Microsoft.ServiceFabric.Services.Remoting.V1.ServiceRemotingMessageHeaders * byte[] -> unit
Public Sub SendOneWay (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 client.
- requestBody
- Byte[]
Message Body contains a request in a serialized form.
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET