iControl.NetworkingiSessionLocalInterface.Begincreate C# (CSharp) Method

Begincreate() public method

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