iControl.SystemCertificateRevocationListFile.get_mode C# (CSharp) Method

get_mode() private method

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