Amazon.StorageGateway.AmazonStorageGatewayClient.EndUpdateChapCredentials C# (CSharp) Méthode

EndUpdateChapCredentials() public méthode

Finishes the asynchronous execution of the UpdateChapCredentials operation.
public EndUpdateChapCredentials ( IAsyncResult asyncResult ) : UpdateChapCredentialsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateChapCredentials.
Résultat UpdateChapCredentialsResponse
        public  UpdateChapCredentialsResponse EndUpdateChapCredentials(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateChapCredentialsResponse>(asyncResult);
        }
AmazonStorageGatewayClient