Microsoft.Zing.InvokeSchedulerStatement.InvokeSchedulerStatement C# (CSharp) Method

InvokeSchedulerStatement() public method

public InvokeSchedulerStatement ( ) : System.Collections.Generic
return System.Collections.Generic
        public InvokeSchedulerStatement()
            : base((NodeType)ZingNodeType.InvokeSched)
        {
        }

Same methods

InvokeSchedulerStatement::InvokeSchedulerStatement ( ExpressionList operands ) : System.Collections.Generic
InvokeSchedulerStatement::InvokeSchedulerStatement ( ExpressionList operands, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
InvokeSchedulerStatement