Initializes a new instance of the 
Invoke class
 
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Invoke(
	string methodName,
	Object[] parameters
)
Public Sub New ( 
	methodName As String,
	parameters As Object()
)
public:
Invoke(
	String^ methodName, 
	array<Object^>^ parameters
)
new : 
        methodName : string * 
        parameters : Object[] -> InvokeParameters
- methodName
 - Type: SystemString
 - parameters
 - Type: SystemObject
 
See Also