Share via


NSXpcConnection.CreateSynchronousRemoteObjectProxy<TProtocol> Method

Definition

public TProtocol CreateSynchronousRemoteObjectProxy<TProtocol>(Action<Foundation.NSError> errorHandler) where TProtocol : class, ObjCRuntime.INativeObject;
member this.CreateSynchronousRemoteObjectProxy : Action<Foundation.NSError> -> 'Protocol (requires 'Protocol : null and 'Protocol :> ObjCRuntime.INativeObject)

Type Parameters

TProtocol

Parameters

errorHandler
Action<NSError>

Returns

TProtocol

Applies to