Microsoft MVP성태의 닷넷 이야기
.NET Framework: 53. .NET Remoting: 메시지 교체 [링크 복사], [링크+제목 복사],
조회: 15599
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 


리모팅에 대한 지식이 있는 분만 이해되시는 그 코드! ^^

=================================================================
public IMessage SyncProcessMessage(IMessage msg)
{
Preprocess(msg);

IMessage returnMethod = m_next.SyncProcessMessage(msg);
IMessage copyMessage = null;

IMethodReturnMessage mrm = returnMethod as IMethodReturnMessage;

copyMessage = new ReturnMessage( [타입에 따라서], mrm.OutArgs, mrm.OutArgCount, mrm.LogicalCallContext, msg as IMethodCallMessage );

PostProcess(msg, returnMethod);
return copyMessage;
}








[최초 등록일: ]
[최종 수정일: 11/9/2005]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 196  [197] 
NoWriterDateCnt.TitleFile(s)
10정성태7/17/200317762기타: 2. 데브피아 사이트의 클럽 서비스 내에 있는 Standard C++ Research
9정성태7/17/200323373기타: 1. Programming Applications for Microsoft Windows 4th Edition
8정성태7/17/200320761COM 개체 관련: 2. CWindowImpl 의 기본 윈도우 클래스 명을 바꾸려면?
7정성태7/17/200323376VS.NET IDE: 1. VC++ 프로파일링 사용법
4정성태7/17/200335730VC++: 1. C++ 클래스 멤버변수 초기화 [3]
3정성태7/17/200321702스크립트: 2. JScript에서의 Blocking 동작을 막아주는 COM 메서드
2정성태6/14/200640629COM 개체 관련: 1. IWebBrowser2와 IHTMLDocument2의 상호 변환 [2]
1정성태7/17/200324728스크립트: 1. IE 의 훌륭한 저장기능 - userData
... 196  [197]