| Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : WriteDocTypeAsync Method |
'Declaration <__DynamicallyInvokableAttribute()> Public Function WriteDocTypeAsync( _ ByVal name As System.String, _ ByVal pubid As System.String, _ ByVal sysid As System.String, _ ByVal subset As System.String _ ) As System.Threading.Tasks.Task
'Usage Dim instance As XmlFastInfosetWriter Dim name As System.String Dim pubid As System.String Dim sysid As System.String Dim subset As System.String Dim value As System.Threading.Tasks.Task value = instance.WriteDocTypeAsync(name, pubid, sysid, subset)
[__DynamicallyInvokable()] public System.Threading.Tasks.Task WriteDocTypeAsync( System.string name, System.string pubid, System.string sysid, System.string subset )
public function WriteDocTypeAsync( name: System.String; pubid: System.String; sysid: System.String; subset: System.String ): System.Threading.Tasks.Task;
__DynamicallyInvokableAttribute() public function WriteDocTypeAsync( name : System.String, pubid : System.String, sysid : System.String, subset : System.String ) : System.Threading.Tasks.Task;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2