Amazon.ElastiCache.AmazonElastiCacheClient.EndCreateCacheSubnetGroup C# (CSharp) Méthode

EndCreateCacheSubnetGroup() public méthode

Finishes the asynchronous execution of the CreateCacheSubnetGroup operation.
public EndCreateCacheSubnetGroup ( IAsyncResult asyncResult ) : CreateCacheSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCacheSubnetGroup.
Résultat CreateCacheSubnetGroupResponse
        public  CreateCacheSubnetGroupResponse EndCreateCacheSubnetGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateCacheSubnetGroupResponse>(asyncResult);
        }
AmazonElastiCacheClient