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

getRecentlyUsedLabelsAsync() public method

public getRecentlyUsedLabelsAsync ( string in0, int in1 ) : void
in0 string
in1 int
return void
        public void getRecentlyUsedLabelsAsync(string in0, int in1) {
            this.getRecentlyUsedLabelsAsync(in0, in1, null);
        }
        

Same methods

ConfluenceSoapServiceService::getRecentlyUsedLabelsAsync ( string in0, int in1, object userState ) : void
ConfluenceSoapServiceService