AccountStoreCollection.OnRemoveComplete Method (Int32, Object)
This API supports the product infrastructure and is not intended to be used directly from your code.
Supports the AD FS infrastructure and is not intended to be used directly from your code. Performs consistency checks on the object when a new AccountStore is removed from the AccountStoreCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected override void OnRemoveComplete(
int index,
object obj
)
protected:
virtual void OnRemoveComplete(
int index,
Object^ obj
) override
override OnRemoveComplete :
index:int *
obj:Object -> unit
Protected Overrides Sub OnRemoveComplete (
index As Integer,
obj As Object
)
Parameters
index
Type: System.Int32The zero-based index at which the AccountStore object was located.
obj
Type: System.ObjectThe AccountStore object that was removed.
See Also
AccountStoreCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top