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

editCommentAsync() public method

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

Same methods

ConfluenceSoapServiceService::editCommentAsync ( string in0, RemoteComment in1, object userState ) : void
ConfluenceSoapServiceService