Clarified Obsolete Message 1
The obsolete only made sense for AsterNET source code veterans. Changed to make sense for users instead.
This commit is contained in:
parent
311a295105
commit
f6217faeb8
1 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ namespace AsterNET.Manager.Event
|
|||
/// Get/Set the variables to set on the queue call in native asterisk format.<br/>
|
||||
/// Example: "VAR1=abc|VAR2=def".
|
||||
/// </summary>
|
||||
[Obsolete("Don't use this anymore - the delimiter is not server context aware", true)]
|
||||
[Obsolete("Use GetVariables and SetVariables instead.", true)]
|
||||
public string Variable
|
||||
{
|
||||
get { return null; /* return Helper.JoinVariables(variables, Common.GET_VAR_DELIMITER(this.Server), "="); */ }
|
||||
|
|
Loading…
Reference in a new issue