Exemplo n.º 1
0
        // Updates the specified Target2 object within the customer library.
        // The operation requires exactly one Target2 in a list.
        private void UpdateTargetsInLibrary2Async(IList <Target2> targets)
        {
            var request = new UpdateTargetsInLibrary2Request
            {
                Targets = targets
            };

            Service.CallAsync((s, r) => s.UpdateTargetsInLibrary2Async(r), request);
        }
Exemplo n.º 2
0
        // Updates the specified Target2 object within the customer library. 
        // The operation requires exactly one Target2 in a list.
        private void UpdateTargetsInLibrary2Async(IList<Target2> targets)
        {
            var request = new UpdateTargetsInLibrary2Request
            {
                Targets = targets
            };

            Service.CallAsync((s, r) => s.UpdateTargetsInLibrary2Async(r), request);
        }