MCNearbyServiceBrowserDelegate.DidNotStartBrowsingForPeers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that browsing for peers failed.
[Foundation.Export("browser:didNotStartBrowsingForPeers:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidNotStartBrowsingForPeers (MultipeerConnectivity.MCNearbyServiceBrowser browser, Foundation.NSError error);
abstract member DidNotStartBrowsingForPeers : MultipeerConnectivity.MCNearbyServiceBrowser * Foundation.NSError -> unit
override this.DidNotStartBrowsingForPeers : MultipeerConnectivity.MCNearbyServiceBrowser * Foundation.NSError -> unit
Parameters
- browser
- MCNearbyServiceBrowser
- error
- NSError
- Attributes