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

EndUpdateChapCredentials() 공개 메소드

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