|
PounceConnectionRemoveFriend Method
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Removes specified name from the list
Namespace:
Furcadia.Net.Pounce
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public bool RemoveFriend(
string name
)
Public Function RemoveFriend (
name As String
) As Boolean
Dim instance As PounceConnection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.RemoveFriend(name)
public:
bool RemoveFriend(
String^ name
)
member RemoveFriend :
name : string -> bool
Parameters
- name
- Type: SystemString
Furre Name
Return Value
Type:
Boolean
True on success
See Also