Exemplo n.º 1
0
 /// <summary>
 /// Binds the Stations service to this implementation.
 /// </summary>
 /// <returns>The <see cref="ServerServiceDefinition"/> for this service that can be registered with a server.</returns>
 public ServerServiceDefinition BindService()
 {
     return(Stations.BindService(this));
 }