Exemple #1
0
        ///<summary>
        /// Asynchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.Justify'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning no exception or WrappedExceptionData instance.
        /// CallSlot is returned that can be queried for CallStatus, ResponseMsg and result.
        ///</summary>
        public CallSlot Async_Justify(@Agni.@Social.@Graph.@CommentID @commentID)
        {
            var request = new RequestAnyMsg(s_ts_CONTRACT, @s_ms_Justify_12, false, RemoteInstance, new object[] { @commentID });

            return(DispatchCall(request));
        }
Exemple #2
0
        ///<summary>
        /// Asynchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.Complain'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning no exception or WrappedExceptionData instance.
        /// CallSlot is returned that can be queried for CallStatus, ResponseMsg and result.
        ///</summary>
        public CallSlot Async_Complain(@Agni.@Social.@Graph.@CommentID @commentId, @NFX.@DataAccess.@Distributed.@GDID @gAuthorNode, @System.@String @kind, @System.@String @message)
        {
            var request = new RequestAnyMsg(s_ts_CONTRACT, @s_ms_Complain_11, false, RemoteInstance, new object[] { @commentId, @gAuthorNode, @kind, @message });

            return(DispatchCall(request));
        }
Exemple #3
0
        ///<summary>
        /// Synchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.Justify'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning '@Agni.@Social.@Graph.@GraphChangeStatus' or WrappedExceptionData instance.
        /// ClientCallException is thrown if the call could not be placed in the outgoing queue.
        /// RemoteException is thrown if the server generated exception during method execution.
        ///</summary>
        public @Agni.@Social.@Graph.@GraphChangeStatus @Justify(@Agni.@Social.@Graph.@CommentID @commentID)
        {
            var call = Async_Justify(@commentID);

            return(call.GetValue <@Agni.@Social.@Graph.@GraphChangeStatus>());
        }
Exemple #4
0
        ///<summary>
        /// Synchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.GetComment'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning '@Agni.@Social.@Graph.@Comment' or WrappedExceptionData instance.
        /// ClientCallException is thrown if the call could not be placed in the outgoing queue.
        /// RemoteException is thrown if the server generated exception during method execution.
        ///</summary>
        public @Agni.@Social.@Graph.@Comment @GetComment(@Agni.@Social.@Graph.@CommentID @commentId)
        {
            var call = Async_GetComment(@commentId);

            return(call.GetValue <@Agni.@Social.@Graph.@Comment>());
        }
Exemple #5
0
        ///<summary>
        /// Synchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.Complain'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning '@Agni.@Social.@Graph.@GraphChangeStatus' or WrappedExceptionData instance.
        /// ClientCallException is thrown if the call could not be placed in the outgoing queue.
        /// RemoteException is thrown if the server generated exception during method execution.
        ///</summary>
        public @Agni.@Social.@Graph.@GraphChangeStatus @Complain(@Agni.@Social.@Graph.@CommentID @commentId, @NFX.@DataAccess.@Distributed.@GDID @gAuthorNode, @System.@String @kind, @System.@String @message)
        {
            var call = Async_Complain(@commentId, @gAuthorNode, @kind, @message);

            return(call.GetValue <@Agni.@Social.@Graph.@GraphChangeStatus>());
        }
Exemple #6
0
        ///<summary>
        /// Synchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.FetchComplaints'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning '@System.@Collections.@Generic.@IEnumerable<@Agni.@Social.@Graph.@Complaint>' or WrappedExceptionData instance.
        /// ClientCallException is thrown if the call could not be placed in the outgoing queue.
        /// RemoteException is thrown if the server generated exception during method execution.
        ///</summary>
        public @System.@Collections.@Generic.@IEnumerable <@Agni.@Social.@Graph.@Complaint> @FetchComplaints(@Agni.@Social.@Graph.@CommentID @commentId)
        {
            var call = Async_FetchComplaints(@commentId);

            return(call.GetValue <@System.@Collections.@Generic.@IEnumerable <@Agni.@Social.@Graph.@Complaint> >());
        }
Exemple #7
0
        ///<summary>
        /// Asynchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.FetchComplaints'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning no exception or WrappedExceptionData instance.
        /// CallSlot is returned that can be queried for CallStatus, ResponseMsg and result.
        ///</summary>
        public CallSlot Async_FetchComplaints(@Agni.@Social.@Graph.@CommentID @commentId)
        {
            var request = new RequestAnyMsg(s_ts_CONTRACT, @s_ms_FetchComplaints_9, false, RemoteInstance, new object[] { @commentId });

            return(DispatchCall(request));
        }
Exemple #8
0
        ///<summary>
        /// Synchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.Like'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning '@Agni.@Social.@Graph.@GraphChangeStatus' or WrappedExceptionData instance.
        /// ClientCallException is thrown if the call could not be placed in the outgoing queue.
        /// RemoteException is thrown if the server generated exception during method execution.
        ///</summary>
        public @Agni.@Social.@Graph.@GraphChangeStatus @Like(@Agni.@Social.@Graph.@CommentID @commentId, @System.@Int32 @deltaLike, @System.@Int32 @deltaDislike)
        {
            var call = Async_Like(@commentId, @deltaLike, @deltaDislike);

            return(call.GetValue <@Agni.@Social.@Graph.@GraphChangeStatus>());
        }
Exemple #9
0
        ///<summary>
        /// Asynchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.Like'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning no exception or WrappedExceptionData instance.
        /// CallSlot is returned that can be queried for CallStatus, ResponseMsg and result.
        ///</summary>
        public CallSlot Async_Like(@Agni.@Social.@Graph.@CommentID @commentId, @System.@Int32 @deltaLike, @System.@Int32 @deltaDislike)
        {
            var request = new RequestAnyMsg(s_ts_CONTRACT, @s_ms_Like_4, false, RemoteInstance, new object[] { @commentId, @deltaLike, @deltaDislike });

            return(DispatchCall(request));
        }
Exemple #10
0
        ///<summary>
        /// Synchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.DeleteComment'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning '@Agni.@Social.@Graph.@GraphChangeStatus' or WrappedExceptionData instance.
        /// ClientCallException is thrown if the call could not be placed in the outgoing queue.
        /// RemoteException is thrown if the server generated exception during method execution.
        ///</summary>
        public @Agni.@Social.@Graph.@GraphChangeStatus @DeleteComment(@Agni.@Social.@Graph.@CommentID @commentId)
        {
            var call = Async_DeleteComment(@commentId);

            return(call.GetValue <@Agni.@Social.@Graph.@GraphChangeStatus>());
        }
Exemple #11
0
        ///<summary>
        /// Asynchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.Update'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning no exception or WrappedExceptionData instance.
        /// CallSlot is returned that can be queried for CallStatus, ResponseMsg and result.
        ///</summary>
        public CallSlot Async_Update(@Agni.@Social.@Graph.@CommentID @ratingId, @Agni.@Social.@Graph.@RatingValue @value, @System.@String @content, @System.@Byte[]  @data)
        {
            var request = new RequestAnyMsg(s_ts_CONTRACT, @s_ms_Update_2, false, RemoteInstance, new object[] { @ratingId, @value, @content, @data });

            return(DispatchCall(request));
        }
Exemple #12
0
        ///<summary>
        /// Synchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.Update'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning '@Agni.@Social.@Graph.@GraphChangeStatus' or WrappedExceptionData instance.
        /// ClientCallException is thrown if the call could not be placed in the outgoing queue.
        /// RemoteException is thrown if the server generated exception during method execution.
        ///</summary>
        public @Agni.@Social.@Graph.@GraphChangeStatus @Update(@Agni.@Social.@Graph.@CommentID @ratingId, @Agni.@Social.@Graph.@RatingValue @value, @System.@String @content, @System.@Byte[]  @data)
        {
            var call = Async_Update(@ratingId, @value, @content, @data);

            return(call.GetValue <@Agni.@Social.@Graph.@GraphChangeStatus>());
        }
Exemple #13
0
        ///<summary>
        /// Asynchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.Response'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning no exception or WrappedExceptionData instance.
        /// CallSlot is returned that can be queried for CallStatus, ResponseMsg and result.
        ///</summary>
        public CallSlot Async_Respond(@NFX.@DataAccess.@Distributed.@GDID @gAuthorNode, @Agni.@Social.@Graph.@CommentID @parent, @System.@String @content, @System.@Byte[]  @data)
        {
            var request = new RequestAnyMsg(s_ts_CONTRACT, s_ms_Respond_1, false, RemoteInstance, new object[] { @gAuthorNode, @parent, @content, @data });

            return(DispatchCall(request));
        }
Exemple #14
0
        ///<summary>
        /// Synchronous invoker for  'Agni.Social.Graph.IGraphCommentSystem.Response'.
        /// This is a two-way call per contract specification, meaning - the server sends the result back either
        ///  returning '@Agni.@Social.@Graph.@Comment' or WrappedExceptionData instance.
        /// ClientCallException is thrown if the call could not be placed in the outgoing queue.
        /// RemoteException is thrown if the server generated exception during method execution.
        ///</summary>
        public @Agni.@Social.@Graph.@Comment Respond(@NFX.@DataAccess.@Distributed.@GDID @gAuthorNode, @Agni.@Social.@Graph.@CommentID @parent, @System.@String @content, @System.@Byte[]  @data)
        {
            var call = Async_Respond(@gAuthorNode, @parent, @content, @data);

            return(call.GetValue <@Agni.@Social.@Graph.@Comment>());
        }