RoutingService.ISimplexDatagramRouter.BeginProcessMessage Yöntem

Tanım

İletinin zaman uyumsuz işlemini başlatma.

 virtual IAsyncResult ^ System.ServiceModel.Routing.ISimplexDatagramRouter.BeginProcessMessage(System::ServiceModel::Channels::Message ^ message, AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::Routing::ISimplexDatagramRouter::BeginProcessMessage;
[System.ServiceModel.OperationBehavior(Impersonation=System.ServiceModel.ImpersonationOption.Allowed)]
IAsyncResult ISimplexDatagramRouter.BeginProcessMessage (System.ServiceModel.Channels.Message message, AsyncCallback callback, object state);
[<System.ServiceModel.OperationBehavior(Impersonation=System.ServiceModel.ImpersonationOption.Allowed)>]
abstract member System.ServiceModel.Routing.ISimplexDatagramRouter.BeginProcessMessage : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.Routing.ISimplexDatagramRouter.BeginProcessMessage : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Function BeginProcessMessage (message As Message, callback As AsyncCallback, state As Object) As IAsyncResult Implements ISimplexDatagramRouter.BeginProcessMessage

Parametreler

message
Message

İşlenecek Message .

callback
AsyncCallback

AsyncCallbackİleti işleme tamamlandığında çağrılan bir temsilci.

state
Object

Geri çağırma yordamına geçirilen kullanıcı tanımlı durum nesnesi.

Döndürülenler

IAsyncResult

Sonuçları yoklamak veya beklemek ya da her ikisini birden yapmak için IAsyncResult kullanılmaktadır; bu değer, olarak da ISimplexDatagramRouter.EndProcessMessage(IAsyncResult) kullanılırken gereklidir.

Uygulamalar

Öznitelikler

Açıklamalar

ISimplexDatagramRouter sözleşmesini kullanma hakkında daha fazla bilgi için bkz. ISimplexDatagramRouter .

Şunlara uygulanır