Show / Hide Table of Contents

Class Notifier

Inheritance
Object
Notifier
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: WPILib
Assembly: WPILibSharp.dll
Syntax
public class Notifier : IDisposable

Constructors

| Improve this Doc View Source

Notifier(Action)

Declaration
public Notifier(Action handler)
Parameters
Type Name Description
Action handler

Properties

| Improve this Doc View Source

Handler

Declaration
public Action Handler { set; }
Property Value
Type Description
Action
| Improve this Doc View Source

Name

Declaration
public string Name { set; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

StartPeriodic(TimeSpan)

Declaration
public void StartPeriodic(TimeSpan time)
Parameters
Type Name Description
TimeSpan time
| Improve this Doc View Source

StartSingle(TimeSpan)

Declaration
public void StartSingle(TimeSpan time)
Parameters
Type Name Description
TimeSpan time
| Improve this Doc View Source

Stop()

Declaration
public void Stop()

Implements

IDisposable
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet