Amazon.StorageGateway.AmazonStorageGatewayClient.EndCreateStorediSCSIVolume C# (CSharp) Method

EndCreateStorediSCSIVolume() public method

Finishes the asynchronous execution of the CreateStorediSCSIVolume operation.
public EndCreateStorediSCSIVolume ( IAsyncResult asyncResult ) : CreateStorediSCSIVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStorediSCSIVolume.
return CreateStorediSCSIVolumeResponse
        public  CreateStorediSCSIVolumeResponse EndCreateStorediSCSIVolume(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateStorediSCSIVolumeResponse>(asyncResult);
        }
AmazonStorageGatewayClient