CloudFileShare.EndCreateIfNotExists(IAsyncResult) Método

Definición

Devuelve el resultado de una solicitud asincrónica para crear el recurso compartido 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 recurso compartido no existía todavía y se creó; en caso contrario, es false.

Se aplica a