This topic has not yet been rated - Rate this topic

ManualResetEventSlim Constructor

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method ManualResetEventSlim() Initializes a new instance of the ManualResetEventSlim class with an initial state of nonsignaled.
Public method ManualResetEventSlim(Boolean) Initializes a new instance of the ManualResetEventSlim class with a Boolean value indicating whether to set the intial state to signaled.
Public method ManualResetEventSlim(Boolean, Int32) Initializes a new instance of the ManualResetEventSlim class with a Boolean value indicating whether to set the intial state to signaled and a specified spin count.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.