Amazon.ElastiCache.AmazonElastiCacheClient.EndCreateCacheSecurityGroup C# (CSharp) Метод

EndCreateCacheSecurityGroup() публичный Метод

Finishes the asynchronous execution of the CreateCacheSecurityGroup operation.
public EndCreateCacheSecurityGroup ( IAsyncResult asyncResult ) : CreateCacheSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCacheSecurityGroup.
Результат CreateCacheSecurityGroupResponse
        public  CreateCacheSecurityGroupResponse EndCreateCacheSecurityGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateCacheSecurityGroupResponse>(asyncResult);
        }
AmazonElastiCacheClient