예제 #1
0
        private void UnsubscribeAll()
        {
            MyContactsAndGroupsSubscription myContactsAndGroupsSubscription = client.People.GetMyContactsAndGroupsSubscription().Result;

            myContactsAndGroupsSubscription.StopSubscriptionToContactsAndGroups().Wait();
        }
예제 #2
0
        private void SubscribeAll()
        {
            MyContactsAndGroupsSubscription myContactsAndGroupsSubscription = client.People.GetMyContactsAndGroupsSubscription().Result;

            myContactsAndGroupsSubscription.StartOrRefreshSubscriptionToContactsAndGroups(30).Wait();
        }