Show / Hide Table of Contents

Class ConnectionStatusExtensions

Extension methods for ConnectionStatus

Inheritance
object
ConnectionStatusExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.DeviceConsole.Connections
Assembly: DeviceConsole.Abstractions.dll
Syntax
public static class ConnectionStatusExtensions

Methods

View Source

And(ConnectionStatus, ConnectionStatus)

Adds this connection status to another, requiring both statuses to be connected.

Declaration
public static ConnectionStatus And(this ConnectionStatus self, ConnectionStatus other)
Parameters
Type Name Description
ConnectionStatus self

The first connection status.

ConnectionStatus other

The other connection status

Returns
Type Description
ConnectionStatus

The resulting status.

  • View Source
In This Article
Back to top Generated by DocFX