CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.removeSpaceGroupAsync C# (CSharp) Méthode

removeSpaceGroupAsync() public méthode

public removeSpaceGroupAsync ( string in0, string in1 ) : void
in0 string
in1 string
Résultat 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