共用方式為


ExServiceBase.OnCustomCommandInternal Method

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

Syntax

'Declaration
Protected Overridable Sub OnCustomCommandInternal ( _
    command As Integer _
)
'Usage
Dim command As Integer

Me.OnCustomCommandInternal(command)
protected virtual void OnCustomCommandInternal(
    int command
)

Parameters