iControl.ManagementSNMPConfiguration.Endget_storage_use_nfs C# (CSharp) Method

Endget_storage_use_nfs() public method

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