Example #1
0
        public static async Task <NodeNotificationResponse> GetNotificationUserForNodeExample(int nodeId)
        {
            TelematicsV2             telematicsV2 = new TelematicsV2(publicKey, privateKey, userKey);
            NodeNotificationResponse response     = await telematicsV2.GetNotificationUserForNode(nodeId);

            return(response);
        }
        public static async Task <GetNotificationResponse> GetNotificationUserForNodeExample(int nodeId)
        {
            GetNotificationResponse response = await DataExchangeAPI.GetNotificationUserForNode(nodeId);

            return(response);
        }