iControl.WebAcceleratorApplications.Endcreate C# (CSharp) Method

Endcreate() public method

public Endcreate ( System asyncResult ) : long
asyncResult System
return long
        public long Endcreate(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long)(results[0]));
        }
WebAcceleratorApplications