共用方式為


ExServiceBase.OnCustomCommand Method

This member overrides ServiceBase.OnCustomCommand(Int32).

Namespace:  Microsoft.Exchange.Common
Assembly:  Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)

Syntax

'Declaration
Protected Overrides NotOverridable Sub OnCustomCommand ( _
    command As Integer _
)
'Usage
Dim command As Integer

Me.OnCustomCommand(command)
protected override sealed void OnCustomCommand(
    int command
)

Parameters