ICorProfilerCallback::RemotingServerReceivingMessage 方法
通知分析工具,處理序已接收遠端方法叫用或啟用要求。
語法
HRESULT RemotingClientSendingMessage(
[in] GUID *pCookie,
[in] BOOL fIsAsync);
參數
pCookie
[in] 對應值,對應對象為在 ICorProfilerCallback::RemotingClientSendingMessage 中於下列情況所提供的值:
遠端 GUID Cookie 為使用中。
通道成功傳輸訊息。
用戶端處理序會使用 GUID Cookie。
這可讓您輕鬆地配對遠端呼叫,以及建立邏輯呼叫堆疊。
fIsAsync
[in] 如果呼叫是非同步,值則為 true
;否則,值為 false
。
備註
如果訊息要求是非同步,則要求可由任何任意執行緒提供服務。
規格需求
平台:請參閱系統需求。
標頭: CorProf.idl、CorProf.h
程式庫:CorGuids.lib
.NET Framework版本:自 2.0 起提供