Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand.ServiceCommand C# (CSharp) Method

ServiceCommand() protected method

protected ServiceCommand ( ) : System
return System
        protected ServiceCommand()
        {
            SitAndWait = new ManualResetEvent(false);
            BaseRequestUri = BaseUri;
            ContentType = "application/xml";
            AdditionalHeaders = new Dictionary<string, string> { { "x-ms-version", "2012-03-01" } };
        }