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

EndCreateCacheSecurityGroup() public method

Finishes the asynchronous execution of the CreateCacheSecurityGroup operation.
public EndCreateCacheSecurityGroup ( IAsyncResult asyncResult ) : CreateCacheSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCacheSecurityGroup.
return CreateCacheSecurityGroupResponse
        public  CreateCacheSecurityGroupResponse EndCreateCacheSecurityGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateCacheSecurityGroupResponse>(asyncResult);
        }
AmazonElastiCacheClient