System.Runtime.Remoting.RemotingServices.CORProfilerRemotingClientReceivingReply C# (CSharp) Méthode

CORProfilerRemotingClientReceivingReply() private méthode

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