Public Class DBMigratorInvokeObject
Implements System.ComponentModel.ISynchronizeInvoke
Public Function BeginInvoke(ByVal method As System.Delegate, ByVal args() As Object) As System.IAsyncResult Implements System.ComponentModel.ISynchronizeInvoke.BeginInvoke
Throw New NotSupportedException()
End Function
End