iControl.LocalLBOCSPStaplingParameters.Beginset_clock_skew C# (CSharp) Method

Beginset_clock_skew() public method

public Beginset_clock_skew ( string stapling_parameters, long values, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
values long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_clock_skew(string [] stapling_parameters,long [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_clock_skew", new object[] {
            stapling_parameters,
            values}, callback, asyncState);
        }
LocalLBOCSPStaplingParameters