iControl.LocalLBOCSPStaplingParameters.Beginset_use_proxy_server_state C# (CSharp) Method

Beginset_use_proxy_server_state() public method

public Beginset_use_proxy_server_state ( string stapling_parameters, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_use_proxy_server_state(string [] stapling_parameters,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_use_proxy_server_state", new object[] {
            stapling_parameters,
            states}, callback, asyncState);
        }
LocalLBOCSPStaplingParameters