Provides space server administration operations.
              Remarks
 Remarks
 Remarks
 Remarks
             The Admin API operations, 
             GetRuntimeInfo()()(),  
             SpaceCopy<(Of <(T>)>)(IReadOnlySpaceProxy, T, Int32)SpaceCopy<(Of <(T>)>)(String, T, Int32) 
             and Shutdown()()(),
             are supported only for non-clustered proxy.  
            To get a non-clustered proxy for a specific cluster member see GetDirectProxy()()().
             
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | J# | 
public interface IServerAdmin
Public Interface IServerAdmin
public interface class IServerAdmin
public interface IServerAdmin
 Members
 Members| All Members | Methods | Properties | Events | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetClusteredProxy()()() | 
            If the space is clustered and this proxy is direct, returns a proxy to the entire cluster.
             | 
|  | GetClusterMemberNames()()() | 
            Gets an array of all the members name in the cluster.
             | 
|  | GetDirectProxy()()() | 
            Gets a direct proxy to a member of the cluster.
            Using this method with a non-embedded proxy will result in a arbitrary cluster member selection. 
             | 
|  | GetDirectProxy(String) | 
            Gets a direct proxy to the specified member of the cluster.
             | 
|  | GetRuntimeInfo()()() | 
            Returns runtime information about all the types in the space.
             Supported only for non-clustered proxy see GetDirectProxy()()(). | 
|  | GetRuntimeInfo(String) | 
            Returns runtime information about for the specified type and its subtypes.
             Supported only for non-clustered proxy see GetDirectProxy()()(). | 
|  | GetRuntimeInfo(Type) | 
            Returns runtime information about for the specified type and its subtypes.
             Supported only for non-clustered proxy see GetDirectProxy()()(). | 
|  | Shutdown()()() | 
            Shuts down the space.
             Supported only for co-located proxy see GetDirectProxy()()(). | 
|  | SpaceCopy<(Of <(T>)>)(String, T, Int32) | 
            Copies all data matching the specified template from the specified space 
            to the current space.
             Supported only for non-clustered proxy see GetDirectProxy()()(). | 
|  | SpaceCopy<(Of <(T>)>)(IReadOnlySpaceProxy, T, Int32) | 
            Copies all data matching the specified template from the specified space 
            to the current space.
             Supported only for non-clustered proxy see GetDirectProxy()()(). | 
|  | SpaceMode | 
            Gets the current running mode of the space.
             | 
|  | SpaceModeChanged | 
            Occures after the space mode has changed.
             | 
|  | SpaceModeChanging | 
            Occures when the space mode is changing.
             | 
|  | State | 
             Returns the current state of the space.
             | 
