Condividi tramite


DCDevice.GenerateTokenAsync Metodo

Definizione

Genera un token di identificazione per CurrentDevice ed esegue un handlere dopo il completamento dell'operazione.

public virtual System.Threading.Tasks.Task<Foundation.NSData> GenerateTokenAsync ();
abstract member GenerateTokenAsync : unit -> System.Threading.Tasks.Task<Foundation.NSData>
override this.GenerateTokenAsync : unit -> System.Threading.Tasks.Task<Foundation.NSData>

Restituisce

Attività che rappresenta l'operazione GenerateToken asincrona. Il valore del parametro TResult è un DeviceCheck.DCDeviceGenerateTokenCompletionHandler.

Commenti

Il metodo GenerateTokenAsync è adatto per essere usato con Async C# restituendo il controllo al chiamante con un'attività che rappresenta l'operazione.

Da aggiungere.

Si applica a