MonobjcMonobjc Documented Class Library
HandlePortMessage Method (portMessage)
NamespacesMonobjc.FoundationINSPortDelegateHandlePortMessage(NSPortMessage)

Processes a given incoming message on the port.

Original signature is '- (void)handlePortMessage:(NSPortMessage *)portMessage'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void HandlePortMessage(
	NSPortMessage portMessage
)
Sub HandlePortMessage ( _
	portMessage As NSPortMessage _
)
void HandlePortMessage(
	NSPortMessage^ portMessage
)
Parameters
portMessage (NSPortMessage)
An incoming port message.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)