CheckForEvents

This routine calls any appropriate callback set with Subscribe(String,EventSummaryCallback,IntPtr) or SubscribeCommand(String,CommandCallback,IntPtr).

It returns Success when the operation completes properly and events are available.

When there is no event available, it returns ConnectionTimeout Status instead.

The call is synchronous.

Return

Status : Status that indicates if the operation succeeds.