Dev2.ServerLifecycleManager.WorkflowEntry.WorkflowEntry C# (CSharp) Method

WorkflowEntry() public method

public WorkflowEntry ( string name ) : System
name string
return System
            public WorkflowEntry(string name)
            {
                _name = name;
            }
        }
ServerLifecycleManager.WorkflowEntry