CloudFileDirectory.EndCreateIfNotExists(IAsyncResult) Método

Definición

Devuelve el resultado de una solicitud asincrónica para crear el directorio si aún no existe.

public virtual bool EndCreateIfNotExists (IAsyncResult asyncResult);
abstract member EndCreateIfNotExists : IAsyncResult -> bool
override this.EndCreateIfNotExists : IAsyncResult -> bool
Public Overridable Function EndCreateIfNotExists (asyncResult As IAsyncResult) As Boolean

Parámetros

asyncResult
IAsyncResult

que IAsyncResult hace referencia a la operación asincrónica pendiente.

Devoluciones

Es true si el directorio no existía todavía y se creó. En caso contrario, es false.

Se aplica a