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

CORProfilerRemotingClientSendingMessage() private méthode

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