/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.uccollaborationlib;
import com.wilutions.com.*;
/**
* SignInDelayedEventData.
* SignInDelayedEventData Class which is used to get the estimated start delay in milliseconds,
* and the status code for the delay from the event OnSignInDelayed in the interface
* _ICommunicatorClientEvent.
*/
@CoClass(guid="{4883D56B-83F3-4CAB-8161-0B1554113037}")
public class SignInDelayedEventData extends Dispatch {
static boolean __typelib__loaded = __TypeLib.load();
public SignInDelayedEventData() throws ComException {
super("{4883D56B-83F3-4CAB-8161-0B1554113037}");
}
protected SignInDelayedEventData(long ndisp) {
super(ndisp);
}
public String toString() {
return "[SignInDelayedEventData" + super.toString() + "]";
}
}