Amazon.RDS.AmazonRDSClient.EndCreateDBSubnetGroup C# (CSharp) 메소드

EndCreateDBSubnetGroup() 공개 메소드

Finishes the asynchronous execution of the CreateDBSubnetGroup operation.
public EndCreateDBSubnetGroup ( IAsyncResult asyncResult ) : CreateDBSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBSubnetGroup.
리턴 CreateDBSubnetGroupResponse
        public  CreateDBSubnetGroupResponse EndCreateDBSubnetGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDBSubnetGroupResponse>(asyncResult);
        }
AmazonRDSClient