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!

CodeDelegateInvokeStatement Constructor (CodeDelegateInvokeExpression)

Initializes a new instance of CodeDelegateInvokeStatement.

[Visual Basic]
Overloads Public Sub New( _
   ByVal delegateInvoke As CodeDelegateInvokeExpression _
)
[C#]
public CodeDelegateInvokeStatement(
   CodeDelegateInvokeExpression delegateInvoke
);
[C++]
public: CodeDelegateInvokeStatement(
   CodeDelegateInvokeExpression* delegateInvoke
);
[JScript]
public function CodeDelegateInvokeStatement(
   delegateInvoke : CodeDelegateInvokeExpression
);

Parameters

delegateInvoke
A CodeDelegateInvokeExpression that represents the delegate to invoke.

See Also

CodeDelegateInvokeStatement Class | CodeDelegateInvokeStatement Members | System.CodeDOM Namespace | CodeDelegateInvokeStatement Constructor Overload List | CodeDelegateInvokeExpression