ClientBase<TChannel>.ChannelBase<T>.Invoke(String, Object[]) 方法
定义
protected:
System::Object ^ Invoke(System::String ^ methodName, cli::array <System::Object ^> ^ args);
protected object Invoke (string methodName, object[] args);
member this.Invoke : string * obj[] -> obj
Protected Function Invoke (methodName As String, args As Object()) As Object
参数
- methodName
- String
- args
- Object[]