CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.getComment C# (CSharp) 메소드

getComment() 개인적인 메소드

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