Share via


TransportDuplexSessionChannel.StartWritingBufferedMessage Método

Definição

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

Parâmetros

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

Retornos

Aplica-se a