Sdílet prostřednictvím


MessageEncoder.BeginWriteMessage Metoda

Definice

Spustí zápis zprávy pro kodér zprávy se zadanou zprávou, datovým proudem, zpětným voláním a stavem.

public:
 virtual IAsyncResult ^ BeginWriteMessage(System::ServiceModel::Channels::Message ^ message, System::IO::Stream ^ stream, AsyncCallback ^ callback, System::Object ^ state);
public virtual IAsyncResult BeginWriteMessage (System.ServiceModel.Channels.Message message, System.IO.Stream stream, AsyncCallback callback, object state);
abstract member BeginWriteMessage : System.ServiceModel.Channels.Message * System.IO.Stream * AsyncCallback * obj -> IAsyncResult
override this.BeginWriteMessage : System.ServiceModel.Channels.Message * System.IO.Stream * AsyncCallback * obj -> IAsyncResult
Public Overridable Function BeginWriteMessage (message As Message, stream As Stream, callback As AsyncCallback, state As Object) As IAsyncResult

Parametry

message
Message

Zpráva

stream
Stream

Datový proud.

callback
AsyncCallback

Zpětné volání.

state
Object

Stav

Návraty

Asynchronní výsledek operace.

Platí pro