SocketTools .NET Edition

DnsClient.IsInitialized Property

Determine if the component has been initialized.

[Visual Basic]
Public ReadOnly Property IsInitialized As Boolean
[C#]
public bool IsInitialized {get;}

Property Value

A boolean value which specifies if the component has been initialized.

Remarks

The IsInitialized property will return true if the object has been successfully initialized by the caller.

When an instance of the object is created, the class constructor will attempt to initialize itself using the runtime license key specified using the RuntimeLicense attribute. If no runtime license key has been specified, then the caller must explicitly initialize the object using the Initialize method.

See Also

DnsClient Class | SocketTools Namespace | Initialize Method | RuntimeLicense Attribute