ExchangeServiceBinding.DisableAppAsync Method

Definition

Overloads

DisableAppAsync(DisableAppType)
DisableAppAsync(DisableAppType, Object)

DisableAppAsync(DisableAppType)

public:
 void DisableAppAsync(ExchangeWebServices::DisableAppType ^ DisableApp1);
public void DisableAppAsync (ExchangeWebServices.DisableAppType DisableApp1);
Public Sub DisableAppAsync (DisableApp1 As DisableAppType)

Parameters

DisableApp1
DisableAppType

Applies to

DisableAppAsync(DisableAppType, Object)

public:
 void DisableAppAsync(ExchangeWebServices::DisableAppType ^ DisableApp1, System::Object ^ userState);
public void DisableAppAsync (ExchangeWebServices.DisableAppType DisableApp1, object userState);
Public Sub DisableAppAsync (DisableApp1 As DisableAppType, userState As Object)

Parameters

DisableApp1
DisableAppType
userState
Object

Applies to