Disco.Services.DeviceExtensions.UpdateLastNetworkLogonDate C# (CSharp) Method

UpdateLastNetworkLogonDate() public static method

public static UpdateLastNetworkLogonDate ( this Device ) : bool
Device this
return bool
        public static bool UpdateLastNetworkLogonDate(this Device Device)
        {
            return ADNetworkLogonDatesUpdateTask.UpdateLastNetworkLogonDate(Device);
        }