Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies the profiler that the client is sending a request to the server.
HRESULT RemotingClientSendingMessage(
[in] GUID *pCookie,
[in] BOOL fIsAsync);
Parameters
Parameter | Description |
---|---|
pCookie |
[in] A value that corresponds with the value provided in ICorProfilerCallback::RemotingServerReceivingMessage Method under these conditions:
This allows easy pairing of remoting calls and the creation of a logical call stack. |
fIsAsync |
[in] A value that is true if the call is asynchronous; otherwise, false. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorProf.idl
Library: CorGuids.lib
.NET Framework Version: 2.0