SPIisWebServiceApplication.OnDeserialization method
Initializes the SPIisWebServiceApplication state after the object is deserialized from the configuration database. This method calls the base class that deserializes the Web service application access control list (ACL).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub OnDeserialization
'Usage
Me.OnDeserialization()
protected override void OnDeserialization()
Remarks
This method will be called for a new object and may be called for an existing object that has previously been constructed and deserialized.
See also
Reference
SPIisWebServiceApplication class