SIFWorks ADK 2.0
SifSend Method (xml)
NamespacesEdustructures.SifWorksIZoneSifSend(String)

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

Sends arbitrary SIF_Message content to the zone. This method does not alter the message or wrap it in an envelope prior to sending it.
Declaration Syntax
C#Visual BasicVisual C++
SIF_Ack SifSend(
	string xml
)
Function SifSend ( _
	xml As String _
) As SIF_Ack
SIF_Ack^ SifSend (
	String^ xml
)
Parameters
xml (String)
A valid SIF_Message complete with a SIF_Header header and a payload such as SIF_Register, SIF_Request, SIF_Event, etc.
Return Value
A SIF_Ack object encapsulating the SIF_Ack response that was returned from the Zone Integration Server

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10