public IList<Variable> Set( string address, string community, IList<Variable> variables )
Public Function Set ( address As String, community As String, variables As IList(Of Variable) ) As IList(Of Variable)
public: IList<Variable^>^ Set( String^ address, String^ community, IList<Variable^>^ variables )
member Set : address : string * community : string * variables : IList<Variable> -> IList<Variable>
function Set(address, community, variables);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.