iControl.SystemCryptoServer.get_profile C# (CSharp) Method

get_profile() private method

private get_profile ( string servers ) : iControl.SystemSystemProfileAttribute[][]
servers string
return iControl.SystemSystemProfileAttribute[][]
        public SystemSystemProfileAttribute[][] get_profile(
		string [] servers
	)
        {
            object [] results = this.Invoke("get_profile", new object [] {
                servers});
            return ((SystemSystemProfileAttribute [] [])(results[0]));
        }