ProtocolsConfigurationHandler.Create(Object, Object, XmlNode) Yöntem

Tanım

Yeni bir protokol yapılandırma nesnesi oluşturur.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 virtual System::Object ^ Create(System::Object ^ parent, System::Object ^ configContextObj, System::Xml::XmlNode ^ section);
public object Create(object parent, object configContextObj, System.Xml.XmlNode section);
abstract member Create : obj * obj * System.Xml.XmlNode -> obj
override this.Create : obj * obj * System.Xml.XmlNode -> obj
Public Function Create (parent As Object, configContextObj As Object, section As XmlNode) As Object

Parametreler

parent
Object

Üst yapılandırma bölümü.

configContextObj
Object

Yapılandırma bağlam nesnesi.

section
XmlNode

Oluşturulacak yapılandırma bölümü.

Döndürülenler

Yeni protokol yapılandırma nesnesi.

Uygulamalar

Şunlara uygulanır