CheckForEvents

Synchronously checks for event results. This routine will call any appropriate callback previously set using Subscribe(String,EventSummaryCallback,IntPtr) or SubscribeCommand(String,CommandCallback,IntPtr). It is returning a Success when the operation is completed properly and events are available. When there is no event available, a ConnectionTimeout Status is returned instead.

Return

Status : Status to indicate if the operation was a success.