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