CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.getSpacesWithLabelAsync C# (CSharp) Метод

getSpacesWithLabelAsync() публичный Метод

public getSpacesWithLabelAsync ( string in0, string in1 ) : void
in0 string
in1 string
Результат void
        public void getSpacesWithLabelAsync(string in0, string in1) {
            this.getSpacesWithLabelAsync(in0, in1, null);
        }
        

Same methods

ConfluenceSoapServiceService::getSpacesWithLabelAsync ( string in0, string in1, object userState ) : void
ConfluenceSoapServiceService