This document is archived and information here might be outdated.  Recommended version.


IWCSServiceDescription.FireWCSRequest Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSServiceDescription Interface > IWCSServiceDescription.FireWCSRequest Method
ArcGIS Developer Help

IWCSServiceDescription.FireWCSRequest Method

Notifies listeners about the URL request made to this WCS Service.

[Visual Basic .NET]
Public Sub FireWCSRequest ( _
    ByVal requestType As String, _
    ByVal requestURL As String _
)
[C#]
public void FireWCSRequest (
    string requestType,
    string requestURL
);
[C++]
HRESULT FireWCSRequest(
  BSTR requestType,
  BSTR requestURL
);
[C++]
Parameters
requestType [in]

requestType is a parameter of type BSTR requestURL [in]
requestURL is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWCSServiceDescription Interface