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

getComment() private method

private getComment ( string in0, long in1 ) : RemoteComment
in0 string
in1 long
return RemoteComment
        public RemoteComment getComment(string in0, long in1) {
            object[] results = this.Invoke("getComment", new object[] {
                        in0,
                        in1});
            return ((RemoteComment)(results[0]));
        }
        
ConfluenceSoapServiceService