iControl.ManagementRADIUSConfiguration.get_retry C# (CSharp) Method

get_retry() private method

private get_retry ( string config_names ) : long[]
config_names string
return long[]
        public long[] get_retry(
		string [] config_names
	)
        {
            object [] results = this.Invoke("get_retry", new object [] {
                config_names});
            return ((long [])(results[0]));
        }