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

getComments() private method

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