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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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.