iControl.SystemCryptoServer.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string servers, string addresses, long ports, System callback, object asyncState ) : System.IAsyncResult
servers string
addresses string
ports long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] servers,string [] addresses,long [] ports, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            servers,
            addresses,
            ports}, callback, asyncState);
        }