Sage.Project.Start C# (CSharp) Method

Start() protected static method

Starts this instance.
protected static Start ( SageContext context ) : void
context SageContext The context.
return void
        protected static void Start(SageContext context)
        {
            Project.IsStarted = true;
        }

Same methods

Project::Start ( System.Web.HttpContextBase httpContext ) : void