Amazon.StorageGateway.AmazonStorageGatewayClient.ListVolumeInitiatorsAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the ListVolumeInitiators operation.
public ListVolumeInitiatorsAsync ( ListVolumeInitiatorsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListVolumeInitiatorsRequest Container for the necessary parameters to execute the ListVolumeInitiators operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListVolumeInitiatorsResponse> ListVolumeInitiatorsAsync(ListVolumeInitiatorsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListVolumeInitiatorsRequestMarshaller();
            var unmarshaller = ListVolumeInitiatorsResponseUnmarshaller.Instance;

            return InvokeAsync<ListVolumeInitiatorsRequest,ListVolumeInitiatorsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient