iControl.LocalLBOCSPStaplingParameters.Beginget_clock_skew C# (CSharp) Method

Beginget_clock_skew() public method

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