[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class JournalEventWaiter : EventWaiter<JournalEntryAddedEventArgs>
Public Class JournalEventWaiter _
	Inherits EventWaiter(Of JournalEntryAddedEventArgs)
public ref class JournalEventWaiter : public EventWaiter<JournalEntryAddedEventArgs^>

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
JournalEventWaiter(Boolean, array<String>[]()[])
Initializes a new instance of the JournalEventWaiter class
Dispose()()()
Releases all resources used by the JournalEventWaiter
(Overrides EventWaiter<(Of <(TEventArgs>)>)..::.Dispose()()().)
Disposed (Inherited from EventWaiter<(Of <(TEventArgs>)>).)
Handler (Inherited from EventWaiter<(Of <(TEventArgs>)>).)
Wait(Int32)
Waits until event or timeout occurs. Returns true if event has occured.
(Inherited from EventWaiter<(Of <(TEventArgs>)>).)

Inheritance Hierarchy

System..::.Object
  Phoenix..::.EventWaiter<(Of <(JournalEntryAddedEventArgs>)>)
    Phoenix..::.JournalEventWaiter

See Also