Amazon.SimpleWorkflow.Model.WorkflowExecutionDetail.IsSetLatestExecutionContext C# (CSharp) Méthode

IsSetLatestExecutionContext() private méthode

private IsSetLatestExecutionContext ( ) : bool
Résultat bool
        internal bool IsSetLatestExecutionContext()
        {
            return this.latestExecutionContext != null;
        }
    }