Amazon.StorageGateway.AmazonStorageGatewayClient.EndListVolumeInitiators C# (CSharp) 메소드

EndListVolumeInitiators() 공개 메소드

Finishes the asynchronous execution of the ListVolumeInitiators operation.
public EndListVolumeInitiators ( IAsyncResult asyncResult ) : ListVolumeInitiatorsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVolumeInitiators.
리턴 ListVolumeInitiatorsResponse
        public  ListVolumeInitiatorsResponse EndListVolumeInitiators(IAsyncResult asyncResult)
        {
            return EndInvoke<ListVolumeInitiatorsResponse>(asyncResult);
        }
AmazonStorageGatewayClient