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