GAudio.AGATPulseClient.NewPulseStepShouldStartChecked C# (CSharp) Méthode

NewPulseStepShouldStartChecked() protected méthode

If a new step has been added to the pulse, should _subscribedSteps[ stepIndex ] start true?
protected NewPulseStepShouldStartChecked ( int stepIndex ) : bool
stepIndex int
Résultat bool
        protected virtual bool NewPulseStepShouldStartChecked( int stepIndex )
        {
            return true;
        }