NSNetServiceEventArgs(NSNetService, Boolean) Constructor

Definition

Create a new instance of the NSNetServiceEventArgs with the specified event data.

public NSNetServiceEventArgs(Foundation.NSNetService service, bool moreComing);
new Foundation.NSNetServiceEventArgs : Foundation.NSNetService * bool -> Foundation.NSNetServiceEventArgs

Parameters

service
NSNetService

The value for the Service property.

moreComing
Boolean

The value for the MoreComing property.

Applies to