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

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

Initiates the asynchronous execution of the CreateMountTarget operation.
public CreateMountTargetAsync ( CreateMountTargetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticFileSystem.Model.CreateMountTargetRequest Container for the necessary parameters to execute the CreateMountTarget operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateMountTargetResponse> CreateMountTargetAsync(CreateMountTargetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateMountTargetRequestMarshaller();
            var unmarshaller = CreateMountTargetResponseUnmarshaller.Instance;

            return InvokeAsync<CreateMountTargetRequest,CreateMountTargetResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }