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

getGroupsAsync() public method

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

Same methods

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