Example #1
0
 public static RfcRc Invoke(ConnectionHandle connectionHandle, FunctionHandle functionHandle,
                            out RfcErrorInfo errorInfo)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public static FunctionDescriptionHandle GetFunctionDescription(FunctionHandle functionHandle,
                                                                out RfcErrorInfo errorInfo)
 {
     throw new NotImplementedException();
 }