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!

ConstructionCall Constructor (Header[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal headers() As Header _
)
[C#]
public ConstructionCall(
   Header[] headers
);
[C++]
public: ConstructionCall(
   Header* headers[]
);
[JScript]
public function ConstructionCall(
   headers : Header[]
);

Parameters

headers
[To be supplied.]

See Also

ConstructionCall Class | ConstructionCall Members | System.Runtime.Remoting Namespace | ConstructionCall Constructor Overload List