| SynchronizationEventArgs Constructor (Int32, DateTime) |
Create an empty pull event arg
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public SynchronizationEventArgs(
int totalResults,
DateTime fromDate
)
Public Sub New (
totalResults As Integer,
fromDate As DateTime
)
public:
SynchronizationEventArgs(
int totalResults,
DateTime fromDate
)
new :
totalResults : int *
fromDate : DateTime -> SynchronizationEventArgs
Parameters
- totalResults
- Type: SystemInt32
[Missing <param name="totalResults"/> documentation for "M:SanteDB.DisconnectedClient.Services.SynchronizationEventArgs.#ctor(System.Int32,System.DateTime)"]
- fromDate
- Type: SystemDateTime
[Missing <param name="fromDate"/> documentation for "M:SanteDB.DisconnectedClient.Services.SynchronizationEventArgs.#ctor(System.Int32,System.DateTime)"]
See Also