Amazon.SimpleWorkflow.Model.DecisionTask.IsSetPreviousStartedEventId C# (CSharp) 메소드

IsSetPreviousStartedEventId() 개인적인 메소드

private IsSetPreviousStartedEventId ( ) : bool
리턴 bool
        internal bool IsSetPreviousStartedEventId()
        {
            return this.previousStartedEventId.HasValue;
        }
    }