BonjourServer.AppDelegate.NetDelegate.PublishFailure C# (CSharp) Method

PublishFailure() public method

public PublishFailure ( MonoTouch.Foundation.NSNetService sender, NSDictionary errors ) : void
sender MonoTouch.Foundation.NSNetService
errors NSDictionary
return void
            public override void PublishFailure (NSNetService sender, NSDictionary errors)
            {
                Log (String.Format ("{0} publish failed", sender.Name));
            }