iControl.SystemVCMP.Beginget_ssl_mode C# (CSharp) Method

Beginget_ssl_mode() public method

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