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


IAuthorizeLicense.DeauthorizeASR Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAuthorizeLicense Interface > IAuthorizeLicense.DeauthorizeASR Method
ArcGIS Developer Help

IAuthorizeLicense.DeauthorizeASR Method

Deauthorize feature(s).

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

strAsr is a parameter of type BSTR Password [in]
Password is a parameter of type BSTR

Product Availability

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

See Also

IAuthorizeLicense Interface