IWCSClientEvents Interface
Provides access to events that occur when a URL request is made to the WCS server.
Description
This interface is new at ArcGIS 9.3.
Members
Name | Description | |
---|---|---|
![]() |
WCSException | Fired when the an URL request is made to WCS server and the server fails with a valid exception. |
![]() |
WCSRequest | Fired when the an URL request is made to WCS server. |
IWCSClientEvents.WCSException Method
Fired when the an URL request is made to WCS server and the server fails with a valid exception.
Public Sub WCSException ( _
ByVal pService As IWCSServiceDescription, _
ByVal requestType As String, _
ByVal requestURL As String, _
ByVal pException As IWCSServiceExceptionHandler _
)
public void WCSException (
IWCSServiceDescription pService,
string requestType,
string requestURL,
IWCSServiceExceptionHandler pException
);
IWCSClientEvents.WCSRequest Method
Fired when the an URL request is made to WCS server.
Public Sub WCSRequest ( _
ByVal pService As IWCSServiceDescription, _
ByVal requestType As String, _
ByVal requestURL As String _
)
public void WCSRequest (
IWCSServiceDescription pService,
string requestType,
string requestURL
);
Classes that implement IWCSClientEvents
Classes | Description |
---|