RoutingService.IDuplexSessionRouter.BeginProcessMessage Yöntem

Tanım

İletinin zaman uyumsuz işlemeyi başlar.

 virtual IAsyncResult ^ System.ServiceModel.Routing.IDuplexSessionRouter.BeginProcessMessage(System::ServiceModel::Channels::Message ^ message, AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::Routing::IDuplexSessionRouter::BeginProcessMessage;
[System.ServiceModel.OperationBehavior(Impersonation=System.ServiceModel.ImpersonationOption.Allowed)]
IAsyncResult IDuplexSessionRouter.BeginProcessMessage (System.ServiceModel.Channels.Message message, AsyncCallback callback, object state);
[<System.ServiceModel.OperationBehavior(Impersonation=System.ServiceModel.ImpersonationOption.Allowed)>]
abstract member System.ServiceModel.Routing.IDuplexSessionRouter.BeginProcessMessage : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.Routing.IDuplexSessionRouter.BeginProcessMessage : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Function BeginProcessMessage (message As Message, callback As AsyncCallback, state As Object) As IAsyncResult Implements IDuplexSessionRouter.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 IDuplexSessionRouter.EndProcessMessage(IAsyncResult) kullanılırken gereklidir.

Uygulamalar

Öznitelikler

Açıklamalar

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

Şunlara uygulanır