Amazon.ElasticFileSystem.AmazonElasticFileSystemClient.EndCreateMountTarget C# (CSharp) Метод

EndCreateMountTarget() публичный Метод

Finishes the asynchronous execution of the CreateMountTarget operation.
public EndCreateMountTarget ( IAsyncResult asyncResult ) : CreateMountTargetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateMountTarget.
Результат Amazon.ElasticFileSystem.Model.CreateMountTargetResponse
        public  CreateMountTargetResponse EndCreateMountTarget(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateMountTargetResponse>(asyncResult);
        }