다음을 통해 공유


ISimplexSessionRouter 인터페이스

정의

단방향 세션 채널에서 메시지를 처리하는 데 필요한 인터페이스를 정의합니다.

public interface class ISimplexSessionRouter
[System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)]
public interface ISimplexSessionRouter
[<System.ServiceModel.ServiceContract(Namespace="http://schemas.microsoft.com/netfx/2009/05/routing", SessionMode=System.ServiceModel.SessionMode.Required)>]
type ISimplexSessionRouter = interface
Public Interface ISimplexSessionRouter
파생
특성

설명

이 계약의 설정은 다음과 같습니다.

  • 세션이 필요합니다.

  • 단방향 메시지입니다.

메서드

BeginProcessMessage(Message, AsyncCallback, Object)

메시지의 비동기 처리를 시작합니다.

EndProcessMessage(IAsyncResult)

메시지 처리의 비동기 실행을 완료합니다.

적용 대상