Click or drag to resize
Task Scheduler Managed Class Library

TaskServiceConnectionToken Structure

Represents a valid, connected session to a Task Scheduler instance. This token is thread-safe and should be the means of passing information about a TaskService between threads.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Microsoft.Win32.TaskSchedulerTaskServiceConnectionToken

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public struct ConnectionToken
Request Example View Source

The TaskServiceConnectionToken type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also