Interface UserConnectionResults

  • All Superinterfaces:
    MonitorResults

    public interface UserConnectionResults
    extends MonitorResults
    The interface UserConnectionResults represents the result of a user connection retrieval.
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • get

        UserConnection get​(int i)
        Returns the UserConnection at the given position.
        Parameters:
        i - 0-based index of UserConnection objects.
        Returns:
        the UserConnection object at the given position.