[This is preliminary documentation and is subject to change.]
Override this method to handle an A-ASSOCIATE-RJ.
| C# | Visual Basic | Visual C++ |
public virtual bool HandleAssociateReject( AssociateRj associateRj )
Public Overridable Function HandleAssociateReject ( _ associateRj As AssociateRj _ ) As Boolean
public: virtual bool HandleAssociateReject( AssociateRj^ associateRj )
- associateRj (AssociateRj)
- The received A-ASSOCIATE-RJ.
Return true when this methods has handled the received A-ASSOCIATE-RJ, otherwise false.