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

CORProfilerRemotingClientReceivingReply() private method

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