NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BatchTemplateParser Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal context As HttpContext _
)
[C#]
public BatchTemplateParser(
   HttpContext context
);
[C++]
public: BatchTemplateParser(
   HttpContext* context
);
[JScript]
public function BatchTemplateParser(
   context : HttpContext
);

Parameters

context
[To be supplied.]

See Also

BatchTemplateParser Class | BatchTemplateParser Members | System.Web.UI Namespace