ILMessageFilterExtensionContext.DeferQueryRequestToNetwork Method

Definition

Defers the query request to the network service for the extension and runs a handler when the operation is complete.

[Foundation.Export("deferQueryRequestToNetworkWithCompletion:")]
public virtual void DeferQueryRequestToNetwork (Action<IdentityLookup.ILNetworkResponse,Foundation.NSError> completion);
abstract member DeferQueryRequestToNetwork : Action<IdentityLookup.ILNetworkResponse, Foundation.NSError> -> unit
override this.DeferQueryRequestToNetwork : Action<IdentityLookup.ILNetworkResponse, Foundation.NSError> -> unit

Parameters

completion
Action<ILNetworkResponse,NSError>

A handler to run after the operation completes.

Attributes

Applies to