Apache.NMS.ActiveMQ.Transport.ResponseCorrelator.GetNextCommandId C# (CSharp) Méthode

GetNextCommandId() private méthode

private GetNextCommandId ( ) : int
Résultat int
        internal int GetNextCommandId()
        {
            return Interlocked.Increment(ref nextCommandId);
        }