ConfigProperties.ExtractPollingInterval(XmlDocument) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static long ExtractPollingInterval(System::Xml::XmlDocument ^ document);
public static long ExtractPollingInterval (System.Xml.XmlDocument document);
static member ExtractPollingInterval : System.Xml.XmlDocument -> int64
Public Shared Function ExtractPollingInterval (document As XmlDocument) As Long
Parameters
- document
- XmlDocument