Set the Delegate property of a NSMachPort instance.

C# | Visual Basic | Visual C++ |
public void SetDelegate( Action<NSMachPort..::..NSMachPortDelegateEventDispatcher> assignment )
Public Sub SetDelegate ( _ assignment As Action(Of NSMachPort..::..NSMachPortDelegateEventDispatcher) _ )
public: void SetDelegate( Action<NSMachPort..::..NSMachPortDelegateEventDispatcher^>^ assignment )

- assignment (Action<(Of <(<'NSMachPort..::..NSMachPortDelegateEventDispatcher>)>)>)
- The assignment of delegation methods.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)