NSXpcConnection.CreateRemoteObjectProxy 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.
Overloads
| Name | Description |
|---|---|
| CreateRemoteObjectProxy<TProtocol>() | |
| CreateRemoteObjectProxy<TProtocol>(Action<NSError>) |
CreateRemoteObjectProxy<TProtocol>()
public TProtocol CreateRemoteObjectProxy<TProtocol>() where TProtocol : class, ObjCRuntime.INativeObject;
member this.CreateRemoteObjectProxy : unit -> 'Protocol (requires 'Protocol : null and 'Protocol :> ObjCRuntime.INativeObject)
Type Parameters
- TProtocol
Returns
TProtocol
Applies to
CreateRemoteObjectProxy<TProtocol>(Action<NSError>)
public TProtocol CreateRemoteObjectProxy<TProtocol>(Action<Foundation.NSError> errorHandler) where TProtocol : class, ObjCRuntime.INativeObject;
member this.CreateRemoteObjectProxy : Action<Foundation.NSError> -> 'Protocol (requires 'Protocol : null and 'Protocol :> ObjCRuntime.INativeObject)
Type Parameters
- TProtocol
Parameters
Returns
TProtocol