iControl.NetworkingiSessionRemoteInterfaceV2.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string peers, string addresses, CommonEnabledState enabled, string names, string serverssl, System callback, object asyncState ) : System.IAsyncResult
peers string
addresses string
enabled CommonEnabledState
names string
serverssl string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] peers,string [] addresses,CommonEnabledState [] enabled,string [] names,string [] serverssl, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            peers,
            addresses,
            enabled,
            names,
            serverssl}, callback, asyncState);
        }
NetworkingiSessionRemoteInterfaceV2