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

addComment() 개인적인 메소드

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