OnApplyChangeFailed 方法
引發 ApplyChangeFailed 事件。
命名空間: Microsoft.Synchronization.Data.Server
組件: Microsoft.Synchronization.Data.Server (在 Microsoft.Synchronization.Data.Server.dll 中)
語法
'宣告
Protected Overridable Sub OnApplyChangeFailed ( _
value As ApplyChangeFailedEventArgs _
)
'用途
Dim value As ApplyChangeFailedEventArgs
Me.OnApplyChangeFailed(value)
protected virtual void OnApplyChangeFailed(
ApplyChangeFailedEventArgs value
)
protected:
virtual void OnApplyChangeFailed(
ApplyChangeFailedEventArgs^ value
)
abstract OnApplyChangeFailed :
value:ApplyChangeFailedEventArgs -> unit
override OnApplyChangeFailed :
value:ApplyChangeFailedEventArgs -> unit
protected function OnApplyChangeFailed(
value : ApplyChangeFailedEventArgs
)
參數
- value
型別:Microsoft.Synchronization.Data. . :: . .ApplyChangeFailedEventArgs
包含事件資料的 ApplyChangeFailedEventArgs 物件。