Microsoft.WindowsAzure.Commands.Utilities.Common.XmlSchema.ServiceDefinitionSchema.Task.Task C# (CSharp) Method

Task() public method

public Task ( ) : ServiceDefinitionSchema
return ServiceDefinitionSchema
        public Task()
        {
            this.executionContextField = ExecutionContext.limited;
            this.taskTypeField = TaskType.simple;
        }
Task