Microsoft.WindowsAzure.Commands.Profile.ClearAzureProfileCommand.RemoveProfileProcess C# (CSharp) Method

RemoveProfileProcess() public method

public RemoveProfileProcess ( ) : void
return void
        public void RemoveProfileProcess()
        {
             ProfileClient.ClearAll();
        }
    }