ConnectionEventHandler Delegate

IIS 7.0
 

Represents the method that will handle changes in connections.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

type ConnectionEventHandler = 
    delegate of 
        sender:Object *
        e:ConnectionEventArgs -> unit

Parameters

sender
Type: System.Object

The source of the event.

e
Type: Microsoft.Web.Management.Client.ConnectionEventArgs

A ConnectionEventArgs that contains the event data.

Return to top
Show: