다음을 통해 공유


TransportDuplexSessionChannel.StartWritingBufferedMessage 메서드

정의

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

매개 변수

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

반환

적용 대상