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

removeCommentAsync() public method

public removeCommentAsync ( string in0, long in1 ) : void
in0 string
in1 long
return 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