IValidateRNIFMessageParts.Validate Method

Definition

public:
 void Validate(System::Xml::XmlDocument ^ preambleDoc, System::Xml::XmlDocument ^ serviceHeaderDoc, System::Xml::XmlDocument ^ deliveryHeaderDoc, System::Xml::XmlDocument ^ serviceContentDoc, Microsoft::Solutions::BTARN::ConfigurationManager::RNIFException ^ rnifExceptionInfo);
public void Validate (System.Xml.XmlDocument preambleDoc, System.Xml.XmlDocument serviceHeaderDoc, System.Xml.XmlDocument deliveryHeaderDoc, System.Xml.XmlDocument serviceContentDoc, Microsoft.Solutions.BTARN.ConfigurationManager.RNIFException rnifExceptionInfo);
abstract member Validate : System.Xml.XmlDocument * System.Xml.XmlDocument * System.Xml.XmlDocument * System.Xml.XmlDocument * Microsoft.Solutions.BTARN.ConfigurationManager.RNIFException -> unit
Public Sub Validate (preambleDoc As XmlDocument, serviceHeaderDoc As XmlDocument, deliveryHeaderDoc As XmlDocument, serviceContentDoc As XmlDocument, rnifExceptionInfo As RNIFException)

Parameters

preambleDoc
XmlDocument
serviceHeaderDoc
XmlDocument
deliveryHeaderDoc
XmlDocument
serviceContentDoc
XmlDocument
rnifExceptionInfo
RNIFException

Applies to