Constructor
| C# | Visual Basic | Visual C++ |
public ServiceProviderObjectDeactivatedEventArgs( ServiceProvider svcProvider, ServiceProvider..::.ServiceProviderObjectDeactivatedEventArgs..::.ServiceProviderObjectDeactivatedReason reason, string moreInfo )
Public Sub New ( _ svcProvider As ServiceProvider, _ reason As ServiceProvider..::.ServiceProviderObjectDeactivatedEventArgs..::.ServiceProviderObjectDeactivatedReason, _ moreInfo As String _ )
public: ServiceProviderObjectDeactivatedEventArgs( ServiceProvider^ svcProvider, ServiceProvider..::.ServiceProviderObjectDeactivatedEventArgs..::.ServiceProviderObjectDeactivatedReason reason, String^ moreInfo )
- svcProvider (ServiceProvider)
- The service provider that is being deactivated.
- reason (ServiceProvider..::.ServiceProviderObjectDeactivatedEventArgs..::.ServiceProviderObjectDeactivatedReason)
- Why the object is being deactivated.
- moreInfo (String)
- ore information as to why the object is being deactivated.
Assembly: ServiceProvider (Module: ServiceProvider)