Пример #1
0
 public virtual BClient_JSFS addRemote(BSkeleton_FileSystemNotify remoteSkeleton)
 {
     if (serverR == null)
     {
         throw new BException(BExceptionC.NO_REVERSE_CONNECTIONS, "No reverse connections.");
     }
     serverR.server.addRemote(544795964, remoteSkeleton);
     return(this);
 }
Пример #2
0
		public BServer_JSFS addRemote(BSkeleton_FileSystemNotify remoteSkeleton) {
			addRemote(544795964, remoteSkeleton);
			return this;
		}
Пример #3
0
 public BServer_JSFS addRemote(BSkeleton_FileSystemNotify remoteSkeleton)
 {
     addRemote(544795964, remoteSkeleton);
     return(this);
 }
Пример #4
0
		public virtual BClient_JSFS addRemote(BSkeleton_FileSystemNotify remoteSkeleton) {
			if (serverR == null) throw new BException(BExceptionC.NO_REVERSE_CONNECTIONS, "No reverse connections.");
			serverR.server.addRemote(544795964, remoteSkeleton);
			return this;
		}