Edit

Share via


TransportDuplexSessionChannel.StartWritingBufferedMessage Method

Definition

protected:
 abstract System::Runtime::AsyncCompletionResult StartWritingBufferedMessage(System::ServiceModel::Channels::Message ^ message, ArraySegment<System::Byte> messageData, bool allowOutputBatching, TimeSpan timeout, Action<System::Object ^> ^ callback, System::Object ^ state);
protected abstract System.Runtime.AsyncCompletionResult StartWritingBufferedMessage (System.ServiceModel.Channels.Message message, ArraySegment<byte> messageData, bool allowOutputBatching, TimeSpan timeout, Action<object> callback, object state);
abstract member StartWritingBufferedMessage : System.ServiceModel.Channels.Message * ArraySegment<byte> * bool * TimeSpan * Action<obj> * obj -> System.Runtime.AsyncCompletionResult
Protected MustOverride Function StartWritingBufferedMessage (message As Message, messageData As ArraySegment(Of Byte), allowOutputBatching As Boolean, timeout As TimeSpan, callback As Action(Of Object), state As Object) As AsyncCompletionResult

Parameters

message
Message
messageData
ArraySegment<Byte>
allowOutputBatching
Boolean
timeout
TimeSpan
callback
Action<Object>
state
Object

Returns

Applies to