ISimplexDatagramRouter 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
단방향 데이터그램의 메시지를 처리하는 데 필요한 인터페이스를 정의합니다.
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) |
메시지 처리의 비동기 실행을 완료합니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET