Sconit_SMARTDEVICE.SconitWS.SmartDeviceMgrWS.LoadUserPerference C# (CSharp) Method

LoadUserPerference() private method

private LoadUserPerference ( string userCode, string preCode ) : UserPreference
userCode string
preCode string
return UserPreference
        public UserPreference LoadUserPerference(string userCode, string preCode) {
            object[] results = this.Invoke("LoadUserPerference", new object[] {
                        userCode,
                        preCode});
            return ((UserPreference)(results[0]));
        }