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

CORProfilerRemotingServerSendingReply() private méthode

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