SPIisWebServiceEndpoint.IBackupRestore.OnPostRestore method
完成系統時所呼叫的事件還原。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Private Function OnPostRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPostRestore
'用途
Dim instance As SPIisWebServiceEndpoint
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnPostRestore(sender, _
info)
boolIBackupRestore.OnPostRestore(
Object sender,
SPRestoreInformation info
)
參數
- sender
Type: System.Object
傳回值
Type: System.Boolean
傳回 Boolean。
Implements
IBackupRestore.OnPostRestore(Object, SPRestoreInformation)
備註
另請參閱Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(Object, SPRestoreInformation)。