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

addCommentAsync() public method

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

Same methods

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