Extended event handler including the BGServer object related to the event. Install this handler if the application needs to determine the event source.
This event handler is called when an error occurs and the user did not specify a completion handler in the request. It is also called when a request handling timeout occurs. In this case it's called even with a user completion handler specified. The request completion handler will be called when the request handling finally terminates. This may be after a much longer time limit.
Visual Basic (Declaration) | |
---|---|
Public Event GeneralErrorExt As OnBGGeneralErrorExt |
C# | |
---|---|
public event OnBGGeneralErrorExt GeneralErrorExt |