SyncAgent.OnSessionStateChanged 方法

引发 StateChanged 事件。

此方法不符合 CLS。  

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Protected Overridable Sub OnSessionStateChanged ( _
    value As SessionStateChangedEventArgs _
)
用法
Dim value As SessionStateChangedEventArgs

Me.OnSessionStateChanged(value)
[CLSCompliantAttribute(false)] 
protected virtual void OnSessionStateChanged (
    SessionStateChangedEventArgs value
)
[CLSCompliantAttribute(false)] 
protected:
virtual void OnSessionStateChanged (
    SessionStateChangedEventArgs^ value
)
/** @attribute CLSCompliantAttribute(false) */ 
protected void OnSessionStateChanged (
    SessionStateChangedEventArgs value
)
CLSCompliantAttribute(false) 
protected function OnSessionStateChanged (
    value : SessionStateChangedEventArgs
)

参数

请参阅

参考

SyncAgent 类
SyncAgent 成员
Microsoft.Synchronization 命名空间