CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.getSpacesAsync C# (CSharp) Method

getSpacesAsync() public method

public getSpacesAsync ( string in0 ) : void
in0 string
return void
        public void getSpacesAsync(string in0) {
            this.getSpacesAsync(in0, null);
        }
        

Same methods

ConfluenceSoapServiceService::getSpacesAsync ( string in0, object userState ) : void
ConfluenceSoapServiceService