ISimplexSessionRouter.EndProcessMessage(IAsyncResult) 메서드

정의

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

public:
 void EndProcessMessage(IAsyncResult ^ result);
public void EndProcessMessage (IAsyncResult result);
abstract member EndProcessMessage : IAsyncResult -> unit
Public Sub EndProcessMessage (result As IAsyncResult)

매개 변수

result
IAsyncResult

BeginProcessMessage(Message, AsyncCallback, Object) 호출에서 반환된 비동기 결과입니다.

적용 대상