Click or drag to resize

IAlarmServiceProviderCreateAlarm Method

[This is preliminary documentation and is subject to change.]

Create an alarm for the service provider

Namespace:  GHASchema.Classes.Capabilities.Security
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
void CreateAlarm(
	IAddress address,
	AlarmServiceNeeded service,
	AlarmMetadata metadata
)

Parameters

address
Type: GHASchema.Classes.CapabilitiesIAddress
Address where the alarm is occurring
service
Type: GHASchema.Classes.Capabilities.SecurityAlarmServiceNeeded
Service needed
metadata
Type: GHASchema.Classes.Capabilities.SecurityAlarmMetadata

[Missing <param name="metadata"/> documentation for "M:GHASchema.Classes.Capabilities.Security.IAlarmServiceProvider.CreateAlarm(GHASchema.Classes.Capabilities.IAddress,GHASchema.Classes.Capabilities.Security.AlarmServiceNeeded,GHASchema.Classes.Capabilities.Security.AlarmMetadata)"]

See Also