ISimplexDatagramRouter 인터페이스

정의

단방향 데이터그램의 메시지를 처리하는 데 필요한 인터페이스를 정의합니다.

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

설명

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

  • 세션이 허용되지만 반드시 필요하지는 않습니다.

  • 단방향 메시지입니다.

메서드

BeginProcessMessage(Message, AsyncCallback, Object)

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

EndProcessMessage(IAsyncResult)

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

적용 대상