示例#1
0
文件: APort.cs 项目: RBSystems/LoT
 public bool Unsubscribe(string roleName, string opName, IPort fromPort, ICapability respCap)
 {
     return(_view.Unsubscribe(roleName, opName, PortAdapter.C2V(fromPort), CapabilityAdapter.C2V(respCap)));
 }