iControl.SystemVCMP.Beginset_ssl_mode C# (CSharp) Method

Beginset_ssl_mode() public method

public Beginset_ssl_mode ( string guests, SystemVCMPVCMPSSLMode modes, System callback, object asyncState ) : System.IAsyncResult
guests string
modes SystemVCMPVCMPSSLMode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ssl_mode(string [] guests,SystemVCMPVCMPSSLMode [] modes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ssl_mode", new object[] {
            guests,
            modes}, callback, asyncState);
        }
SystemVCMP