Edit

Share via


SignInDelayedEventArgs Class

Definition

Used to get the estimated start delay in milliseconds, and the status code for the delay from the event SignInDelayed in the LyncClient class.

public ref class SignInDelayedEventArgs : EventArgs
public class SignInDelayedEventArgs : EventArgs
type SignInDelayedEventArgs = class
    inherit EventArgs
Public Class SignInDelayedEventArgs
Inherits EventArgs
Inheritance
SignInDelayedEventArgs

Properties

EstimatedStartDelay

Gets the estimated start delay.

StatusCode

Gets the status that caused the auto-recovery.

Applies to