CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.removeSpaceGroupAsync C# (CSharp) 메소드

removeSpaceGroupAsync() 공개 메소드

public removeSpaceGroupAsync ( string in0, string in1 ) : void
in0 string
in1 string
리턴 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