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

removeSpaceGroupAsync() public method

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

Same methods

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