Exemple #1
0
            public override void DidFailWithError(OTPublisher publisher, OTError error)
            {
                var msg = String.Format("PublisherDelegate:DidFailWithError: Error: {0}", error.Description);

                System.Diagnostics.Debug.WriteLine(msg);

                _this.RaiseOnError(msg);

                _this.CleanupPublisher();
            }