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

getCommentAsync() public method

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

Same methods

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