Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSXPCConnectionMBS class.
NSXPCConnectionMBS.CallMethodReturned(name as string, tag as Variant, Parameters() as Variant, Results() as Variant)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Process | MBS MacFrameworks Plugin | 14.2 | ✅ Yes | ❌ No | ❌ No | ❌ No |
NSXPCConnectionMBS.ErrorHandler(error as NSErrorMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Process | MBS MacFrameworks Plugin | 14.2 | ✅ Yes | ❌ No | ❌ No | ❌ No |
NSXPCConnectionMBS.InterruptionHandler
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Process | MBS MacFrameworks Plugin | 14.2 | ✅ Yes | ❌ No | ❌ No | ❌ No |
It may be possible to re-establish the connection by simply sending another message. The handler is invoked on the same queue as reply messages and other handlers, and it is always executed after any other messages or reply block handlers (except for the invalidation handler).
NSXPCConnectionMBS.InvalidationHandler
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Process | MBS MacFrameworks Plugin | 14.2 | ✅ Yes | ❌ No | ❌ No | ❌ No |
You may not send messages over the connection from within an invalidation handler block.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.