RoutingService Class

Definition

Defines the routing service, which is responsible for routing messages between endpoints based on filter criteria.

public ref class RoutingService sealed : IDisposable, System::ServiceModel::Routing::IDuplexSessionRouter, System::ServiceModel::Routing::IRequestReplyRouter, System::ServiceModel::Routing::ISimplexDatagramRouter, System::ServiceModel::Routing::ISimplexSessionRouter
[System.ServiceModel.Activation.AspNetCompatibilityRequirements(RequirementsMode=System.ServiceModel.Activation.AspNetCompatibilityRequirementsMode.Allowed)]
[System.ServiceModel.ServiceBehavior(AddressFilterMode=System.ServiceModel.AddressFilterMode.Any, InstanceContextMode=System.ServiceModel.InstanceContextMode.PerSession, UseSynchronizationContext=false, ValidateMustUnderstand=false)]
public sealed class RoutingService : IDisposable, System.ServiceModel.Routing.IDuplexSessionRouter, System.ServiceModel.Routing.IRequestReplyRouter, System.ServiceModel.Routing.ISimplexDatagramRouter, System.ServiceModel.Routing.ISimplexSessionRouter
[<System.ServiceModel.Activation.AspNetCompatibilityRequirements(RequirementsMode=System.ServiceModel.Activation.AspNetCompatibilityRequirementsMode.Allowed)>]
[<System.ServiceModel.ServiceBehavior(AddressFilterMode=System.ServiceModel.AddressFilterMode.Any, InstanceContextMode=System.ServiceModel.InstanceContextMode.PerSession, UseSynchronizationContext=false, ValidateMustUnderstand=false)>]
type RoutingService = class
    interface ISimplexDatagramRouter
    interface ISimplexSessionRouter
    interface IRequestReplyRouter
    interface IDuplexSessionRouter
    interface IDisposable
Public NotInheritable Class RoutingService
Implements IDisposable, IDuplexSessionRouter, IRequestReplyRouter, ISimplexDatagramRouter, ISimplexSessionRouter
Inheritance
RoutingService
Attributes
Implements

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IDisposable.Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

IDuplexSessionRouter.BeginProcessMessage(Message, AsyncCallback, Object)

Begins the asynchronous processing of the message.

IDuplexSessionRouter.EndProcessMessage(IAsyncResult)

Completes the asynchronous execution of message processing.

IRequestReplyRouter.BeginProcessRequest(Message, AsyncCallback, Object)

Initiates the asynchronous processing of the message.

IRequestReplyRouter.EndProcessRequest(IAsyncResult)

Finishes asynchronous execution of message processing.

ISimplexDatagramRouter.BeginProcessMessage(Message, AsyncCallback, Object)

Initiates the asynchronous processing of the message.

ISimplexDatagramRouter.EndProcessMessage(IAsyncResult)

Finishes asynchronous execution of message processing.

ISimplexSessionRouter.BeginProcessMessage(Message, AsyncCallback, Object)

Initiates the asynchronous processing of the message.

ISimplexSessionRouter.EndProcessMessage(IAsyncResult)

Finishes asynchronous execution of message processing.

Applies to