System.Runtime.Remoting.RemotingServices.CORProfilerRemotingClientSendingMessage C# (CSharp) Method

CORProfilerRemotingClientSendingMessage() private method

private CORProfilerRemotingClientSendingMessage ( System.Guid &id, bool fIsAsync ) : void
id System.Guid
fIsAsync bool
return void
        internal static extern void CORProfilerRemotingClientSendingMessage(out Guid id, bool fIsAsync);
RemotingServices