Amazon.ElastiCache.AmazonElastiCacheClient.EndCreateCacheSubnetGroup C# (CSharp) Method

EndCreateCacheSubnetGroup() public method

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