PaulStovell.TrialBalance.Website.UploadBuildTask.UploadBuildServiceProxy.UploadBuildService.GetNextBuildNumberAsync C# (CSharp) Method

GetNextBuildNumberAsync() public method

public GetNextBuildNumberAsync ( string username, string password ) : void
username string
password string
return void
        public void GetNextBuildNumberAsync(string username, string password) {
            this.GetNextBuildNumberAsync(username, password, null);
        }
        

Same methods

UploadBuildService::GetNextBuildNumberAsync ( string username, string password, object userState ) : void