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

EndCreateStorediSCSIVolume() 공개 메소드

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