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