ModelFactoryGenerateConnectorState Method
Generates a new
ConnectorStateDto initialized for the specified company, connector and endpoint.
Namespace: MobileTrack.Common.ExtensionsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static ConnectorStateDto? GenerateConnectorState(
Guid companyId,
string connectorType,
Guid endpointId
)
- companyId Guid
- The company to which the connector state will belong.
- connectorType String
- The connector type (for example DC09).
- endpointId Guid
- The endpoint this state object is associated with.
ConnectorStateDtoA newly created
ConnectorStateDto with default values for sequencing and timestamps.