Overload List

  NameDescription
Public methodInvokeMember(Member, InvokeOptions)
Invokes the appropriate invoke method of the specified class on the specified Member Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember<(Of <<'(T>)>>)(Member, Tuple) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember<(Of <<'(T>)>>)(Member, Tuple, InvokeOptions) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember<(Of <<'(T>)>>)(Member, Tuple, InvokeResultHandler) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember(Member, String, Tuple) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember<(Of <<'(T>)>>)(Member, Tuple, InvokeResultHandler, InvokeOptions) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember(Member, String, Tuple, InvokeOptions) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember(Member, String, Tuple, InvokeResultHandler) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!
Public methodInvokeMember(Member, String, Tuple, InvokeResultHandler, InvokeOptions) Obsolete.
Invokes the appropriate invoke method of the specified class on the specific space member passed as an argument. Note that this member MUST have the invoked class present in it's CLASSPATH for the invocation to succeed!

See Also