AzureMobileServicesLab.WP8.App.AccuirePushChannel C# (CSharp) Method

AccuirePushChannel() private method

private AccuirePushChannel ( ) : void
return void
        private async void AccuirePushChannel()
        {
            // TODO: Implement registration of push channel
            // Hint: Create/Find HttpNotificationChannel then register it in your Registration table
            // More info: http://www.windowsazure.com/en-us/documentation/articles/mobile-services-windows-phone-get-started-push
        }