CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.removeCommentAsync C# (CSharp) Метод

removeCommentAsync() публичный Метод

public removeCommentAsync ( string in0, long in1 ) : void
in0 string
in1 long
Результат void
        public void removeCommentAsync(string in0, long in1) {
            this.removeCommentAsync(in0, in1, null);
        }
        

Same methods

ConfluenceSoapServiceService::removeCommentAsync ( string in0, long in1, object userState ) : void
ConfluenceSoapServiceService